#B2CB33

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

Shades of Fuego #B2CB33

Tints of Fuego #B2CB33

Color information

#B2CB33 (or 0xB2CB33) is unknown color: approx Fuego. HEX triplet: B2, CB and 33. RGB value is (178,203,51). Sum of RGB (Red+Green+Blue) = 178+203+51=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 203 (79.69% from 255 or 46.99% from 432); Blue value is 51 (20.31% from 255 or 11.81% from 432); Max value from RGB is 203 - color contains mainly: green. Hex color #B2CB33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CB33 is #4D34CC. Grayscale: #B2B2B2. Windows color (decimal): -5059789 or 3394482. OLE color: 3394482.

HSL color Cylindrical-coordinate representation of color #B2CB33: hue angle of 69.87º 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 #B2CB33 is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB17820351-
CMYK0.1200.750.20
HSL69.87º59.84%49.8%-
HSV(B)69.87º74.88%79.61%-
XYZ40.3152.4211.12-
YUV178.256.22127.86-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.20%
GREEN value IS 203 (79.69% from 255) = 46.99%
BLUE value IS 51 (20.31% from 255) = 11.81%
R=41.20%
G=46.99%
B=11.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal178203510.1200.750.2069.8759.8449.8
HexB2CB33C04B14463c32
Octal26231363140113241067462
Binary1011001011001011110011110001001011101001000110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CB33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CB33; }

 p { color: rgb(178,203,51); }

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

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

 a { background-color: rgb(178,203,51); }

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

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

 span { border-color: rgb(178,203,51); }

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