#BCC936

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

Shades of Fuego #BCC936

Tints of Fuego #BCC936

Color information

#BCC936 (or 0xBCC936) is unknown color: approx Fuego. HEX triplet: BC, C9 and 36. RGB value is (188,201,54). Sum of RGB (Red+Green+Blue) = 188+201+54=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 201 (78.91% from 255 or 45.37% from 443); Blue value is 54 (21.48% from 255 or 12.19% from 443); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC936 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC936 is #4336C9. Grayscale: #B4B4B4. Windows color (decimal): -4404938 or 3590588. OLE color: 3590588.

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

Color convert

RGB18820154-
CMYK0.0600.730.21
HSL65.31º57.65%50%-
HSV(B)65.31º73.13%78.82%-
XYZ42.2952.7311.44-
YUV180.3656.69133.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.44%
GREEN value IS 201 (78.91% from 255) = 45.37%
BLUE value IS 54 (21.48% from 255) = 12.19%
R=42.44%
G=45.37%
B=12.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal188201540.0600.730.2165.3157.6550
HexBCC936604915413a32
Octal2743116660111251017262
Binary101111001100100111011011001001001101011000001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC936; }

 p { color: rgb(188,201,54); }

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

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

 a { background-color: rgb(188,201,54); }

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

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

 span { border-color: rgb(188,201,54); }

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