#B8CC39

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

Shades of Fuego #B8CC39

Tints of Fuego #B8CC39

Color information

#B8CC39 (or 0xB8CC39) is unknown color: approx Fuego. HEX triplet: B8, CC and 39. RGB value is (184,204,57). Sum of RGB (Red+Green+Blue) = 184+204+57=445 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.35% from 445); Green value is 204 (80.08% from 255 or 45.84% from 445); Blue value is 57 (22.66% from 255 or 12.81% from 445); Max value from RGB is 204 - color contains mainly: green. Hex color #B8CC39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8CC39 is #4733C6. Grayscale: #B5B5B5. Windows color (decimal): -4666311 or 3787960. OLE color: 3787960.

HSL color Cylindrical-coordinate representation of color #B8CC39: hue angle of 68.16º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B8CC39 is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.2.

Color convert

RGB18420457-
CMYK0.1000.720.2
HSL68.16º59.04%51.18%-
HSV(B)68.16º72.06%80%-
XYZ42.153.6712.01-
YUV181.2657.87129.95-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.35%
GREEN value IS 204 (80.08% from 255) = 45.84%
BLUE value IS 57 (22.66% from 255) = 12.81%
R=41.35%
G=45.84%
B=12.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal184204570.1000.720.268.1659.0451.18
HexB8CC39A04814443b33
Octal27031471120110241047363
Binary1011100011001100111001101001001000101001000100111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CC39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CC39; }

 p { color: rgb(184,204,57); }

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

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

 a { background-color: rgb(184,204,57); }

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

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

 span { border-color: rgb(184,204,57); }

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