#B2CC33

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

Shades of Fuego #B2CC33

Tints of Fuego #B2CC33

Color information

#B2CC33 (or 0xB2CC33) is unknown color: approx Fuego. HEX triplet: B2, CC and 33. RGB value is (178,204,51). Sum of RGB (Red+Green+Blue) = 178+204+51=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 204 (80.08% from 255 or 47.11% from 433); Blue value is 51 (20.31% from 255 or 11.78% from 433); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CC33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CC33 is #4D33CC. Grayscale: #B3B3B3. Windows color (decimal): -5059533 or 3394738. OLE color: 3394738.

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

Color convert

RGB17820451-
CMYK0.1300.750.2
HSL70.2º60%50%-
HSV(B)70.2º75%80%-
XYZ40.5552.8911.2-
YUV178.7855.89127.44-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.11%
GREEN value IS 204 (80.08% from 255) = 47.11%
BLUE value IS 51 (20.31% from 255) = 11.78%
R=41.11%
G=47.11%
B=11.78%

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
Decimal178204510.1300.750.270.26050
HexB2CC33D04B14463c32
Octal26231463150113241067462
Binary1011001011001100110011110101001011101001000110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CC33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CC33; }

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

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

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

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

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

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

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

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