#B2CC32

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

Shades of Fuego #B2CC32

Tints of Fuego #B2CC32

Color information

#B2CC32 (or 0xB2CC32) is unknown color: approx Fuego. HEX triplet: B2, CC and 32. RGB value is (178,204,50). Sum of RGB (Red+Green+Blue) = 178+204+50=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 204 (80.08% from 255 or 47.22% from 432); Blue value is 50 (19.92% from 255 or 11.57% from 432); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CC32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CC32 is #4D33CD. Grayscale: #B3B3B3. Windows color (decimal): -5059534 or 3329202. OLE color: 3329202.

HSL color Cylindrical-coordinate representation of color #B2CC32: hue angle of 70.13º degrees, saturation: 0.61, 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 #B2CC32 is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB17820450-
CMYK0.1300.750.2
HSL70.13º60.63%49.8%-
HSV(B)70.13º75.49%80%-
XYZ40.5352.8811.09-
YUV178.6755.39127.52-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.20%
GREEN value IS 204 (80.08% from 255) = 47.22%
BLUE value IS 50 (19.92% from 255) = 11.57%
R=41.20%
G=47.22%
B=11.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal178204500.1300.750.270.1360.6349.8
HexB2CC32D04B14463d32
Octal26231462150113241067562
Binary1011001011001100110010110101001011101001000110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CC32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CC32; }

 p { color: rgb(178,204,50); }

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

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

 a { background-color: rgb(178,204,50); }

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

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

 span { border-color: rgb(178,204,50); }

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