#B9CC33

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

Shades of Fuego #B9CC33

Tints of Fuego #B9CC33

Color information

#B9CC33 (or 0xB9CC33) is unknown color: approx Fuego. HEX triplet: B9, CC and 33. RGB value is (185,204,51). Sum of RGB (Red+Green+Blue) = 185+204+51=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 204 (80.08% from 255 or 46.36% from 440); Blue value is 51 (20.31% from 255 or 11.59% from 440); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CC33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CC33 is #4633CC. Grayscale: #B5B5B5. Windows color (decimal): -4600781 or 3394745. OLE color: 3394745.

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

Color convert

RGB18520451-
CMYK0.0900.750.2
HSL67.45º60%50%-
HSV(B)67.45º75%80%-
XYZ42.253.7411.28-
YUV180.8854.71130.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.05%
GREEN value IS 204 (80.08% from 255) = 46.36%
BLUE value IS 51 (20.31% from 255) = 11.59%
R=42.05%
G=46.36%
B=11.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal185204510.0900.750.267.456050
HexB9CC33904B14433c32
Octal27131463110113241037462
Binary1011100111001100110011100101001011101001000011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CC33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CC33; }

 p { color: rgb(185,204,51); }

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

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

 a { background-color: rgb(185,204,51); }

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

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

 span { border-color: rgb(185,204,51); }

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