#BEC033

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

Shades of Fuego #BEC033

Tints of Fuego #BEC033

Color information

#BEC033 (or 0xBEC033) is unknown color: approx Fuego. HEX triplet: BE, C0 and 33. RGB value is (190,192,51). Sum of RGB (Red+Green+Blue) = 190+192+51=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 192 (75.39% from 255 or 44.34% from 433); Blue value is 51 (20.31% from 255 or 11.78% from 433); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC033 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC033 is #413FCC. Grayscale: #AFAFAF. Windows color (decimal): -4276173 or 3391678. OLE color: 3391678.

HSL color Cylindrical-coordinate representation of color #BEC033: hue angle of 60.85º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BEC033 is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB19019251-
CMYK0.0100.730.25
HSL60.85º58.02%47.65%-
HSV(B)60.85º73.44%75.29%-
XYZ40.6848.8910.42-
YUV175.3357.84138.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.88%
GREEN value IS 192 (75.39% from 255) = 44.34%
BLUE value IS 51 (20.31% from 255) = 11.78%
R=43.88%
G=44.34%
B=11.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190192510.0100.730.2560.8558.0247.65
HexBEC0331049193d3a30
Octal276300631011131757260
Binary101111101100000011001110100100111001111101111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC033; }

 p { color: rgb(190,192,51); }

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

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

 a { background-color: rgb(190,192,51); }

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

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

 span { border-color: rgb(190,192,51); }

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