#BEC928

Color #BEC928 Fuego (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuego #BEC928

Tints of Fuego #BEC928

Color information

#BEC928 (or 0xBEC928) is unknown color: approx Fuego. HEX triplet: BE, C9 and 28. RGB value is (190,201,40). Sum of RGB (Red+Green+Blue) = 190+201+40=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 201 (78.91% from 255 or 46.64% from 431); Blue value is 40 (16.02% from 255 or 9.28% from 431); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC928 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC928 is #4136D7. Grayscale: #B3B3B3. Windows color (decimal): -4273880 or 2673086. OLE color: 2673086.

HSL color Cylindrical-coordinate representation of color #BEC928: hue angle of 64.1º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BEC928 is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB19020140-
CMYK0.0500.800.21
HSL64.1º66.8%47.25%-
HSV(B)64.1º80.1%78.82%-
XYZ42.552.879.97-
YUV179.3649.36135.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 44.08%
GREEN value IS 201 (78.91% from 255) = 46.64%
BLUE value IS 40 (16.02% from 255) = 9.28%
R=44.08%
G=46.64%
B=9.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal190201400.0500.800.2164.166.847.25
HexBEC92850501540432f
Octal27631150501202510010357
Binary1011111011001001101000101010100001010110000001000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC928; }

 p { color: rgb(190,201,40); }

 H1.HeaderClassName
 {
   color: #BEC928;
 }
 .AnyTagClassName
 {
   color: #BEC928;
 }
</style>
background-color css

<style>
 a { background-color: #BEC928; }

 a { background-color: rgb(190,201,40); }

 div.DivClassName
 {
   background-color: #BEC928;
 }
 .BgClassName
 {
   background-color: #BEC928;
 }
</style>
border-color css

<style>
 span { border-color: #BEC928; }

 span { border-color: rgb(190,201,40); }

 td.TdClassName
 {
   border-color: #BEC928;
 }
 .TagClassName
 {
   border-color: #BEC928;
 }
</style>