#BCC938

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

Shades of Fuego #BCC938

Tints of Fuego #BCC938

Color information

#BCC938 (or 0xBCC938) is unknown color: approx Fuego. HEX triplet: BC, C9 and 38. RGB value is (188,201,56). Sum of RGB (Red+Green+Blue) = 188+201+56=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 201 (78.91% from 255 or 45.17% from 445); Blue value is 56 (22.27% from 255 or 12.58% from 445); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC938 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC938 is #4336C7. Grayscale: #B5B5B5. Windows color (decimal): -4404936 or 3721660. OLE color: 3721660.

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

Color convert

RGB18820156-
CMYK0.0600.720.21
HSL65.38º57.31%50.39%-
HSV(B)65.38º72.14%78.82%-
XYZ42.3452.7511.69-
YUV180.5857.69133.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.25%
GREEN value IS 201 (78.91% from 255) = 45.17%
BLUE value IS 56 (22.27% from 255) = 12.58%
R=42.25%
G=45.17%
B=12.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal188201560.0600.720.2165.3857.3150.39
HexBCC938604815413932
Octal2743117060110251017162
Binary101111001100100111100011001001000101011000001111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC938; }

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

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

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

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

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

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

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

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