#BCCA33

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

Shades of Fuego #BCCA33

Tints of Fuego #BCCA33

Color information

#BCCA33 (or 0xBCCA33) is unknown color: approx Fuego. HEX triplet: BC, CA and 33. RGB value is (188,202,51). Sum of RGB (Red+Green+Blue) = 188+202+51=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 202 (79.30% from 255 or 45.80% from 441); Blue value is 51 (20.31% from 255 or 11.56% from 441); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCA33 is #4335CC. Grayscale: #B5B5B5. Windows color (decimal): -4404685 or 3394236. OLE color: 3394236.

HSL color Cylindrical-coordinate representation of color #BCCA33: hue angle of 65.56º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BCCA33 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB18820251-
CMYK0.0700.750.21
HSL65.56º59.68%49.61%-
HSV(B)65.56º74.75%79.22%-
XYZ42.4653.1711.16-
YUV180.654.86133.28-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.63%
GREEN value IS 202 (79.30% from 255) = 45.80%
BLUE value IS 51 (20.31% from 255) = 11.56%
R=42.63%
G=45.80%
B=11.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal188202510.0700.750.2165.5659.6849.61
HexBCCA33704B15423c32
Octal2743126370113251027462
Binary101111001100101011001111101001011101011000010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCA33; }

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

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

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

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

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

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

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

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