#B8CC2C

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

Shades of Fuego #B8CC2C

Tints of Fuego #B8CC2C

Color information

#B8CC2C (or 0xB8CC2C) is unknown color: approx Fuego. HEX triplet: B8, CC and 2C. RGB value is (184,204,44). Sum of RGB (Red+Green+Blue) = 184+204+44=432 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.59% from 432); Green value is 204 (80.08% from 255 or 47.22% from 432); Blue value is 44 (17.58% from 255 or 10.19% from 432); Max value from RGB is 204 - color contains mainly: green. Hex color #B8CC2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8CC2C is #4733D3. Grayscale: #B4B4B4. Windows color (decimal): -4666324 or 2935992. OLE color: 2935992.

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

Color convert

RGB18420444-
CMYK0.1000.780.2
HSL67.5º64.52%48.63%-
HSV(B)67.5º78.43%80%-
XYZ41.8153.5610.52-
YUV179.7851.37131.01-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.59%
GREEN value IS 204 (80.08% from 255) = 47.22%
BLUE value IS 44 (17.58% from 255) = 10.19%
R=42.59%
G=47.22%
B=10.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal184204440.1000.780.267.564.5248.63
HexB8CC2CA04E14444131
Octal270314541201162410410161
Binary10111000110011001011001010010011101010010001001000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CC2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CC2C; }

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

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

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

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

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

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

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

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