#BCC033

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

Shades of Fuego #BCC033

Tints of Fuego #BCC033

Color information

#BCC033 (or 0xBCC033) is unknown color: approx Fuego. HEX triplet: BC, C0 and 33. RGB value is (188,192,51). Sum of RGB (Red+Green+Blue) = 188+192+51=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 192 (75.39% from 255 or 44.55% from 431); Blue value is 51 (20.31% from 255 or 11.83% from 431); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC033 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC033 is #433FCC. Grayscale: #AFAFAF. Windows color (decimal): -4407245 or 3391676. OLE color: 3391676.

HSL color Cylindrical-coordinate representation of color #BCC033: hue angle of 61.7º 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 #BCC033 is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB18819251-
CMYK0.0200.730.25
HSL61.7º58.02%47.65%-
HSV(B)61.7º73.44%75.29%-
XYZ40.1948.6310.4-
YUV174.7358.17137.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.62%
GREEN value IS 192 (75.39% from 255) = 44.55%
BLUE value IS 51 (20.31% from 255) = 11.83%
R=43.62%
G=44.55%
B=11.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal188192510.0200.730.2561.758.0247.65
HexBCC0332049193e3a30
Octal274300632011131767260
Binary1011110011000000110011100100100111001111110111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC033; }

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

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

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

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

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

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

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

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