#B2CA33

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

Shades of Fuego #B2CA33

Tints of Fuego #B2CA33

Color information

#B2CA33 (or 0xB2CA33) is unknown color: approx Fuego. HEX triplet: B2, CA and 33. RGB value is (178,202,51). Sum of RGB (Red+Green+Blue) = 178+202+51=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 202 (79.30% from 255 or 46.87% from 431); Blue value is 51 (20.31% from 255 or 11.83% from 431); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CA33 is #4D35CC. Grayscale: #B2B2B2. Windows color (decimal): -5060045 or 3394226. OLE color: 3394226.

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

Color convert

RGB17820251-
CMYK0.1200.750.21
HSL69.54º59.68%49.61%-
HSV(B)69.54º74.75%79.22%-
XYZ40.0851.9511.05-
YUV177.6156.55128.28-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.30%
GREEN value IS 202 (79.30% from 255) = 46.87%
BLUE value IS 51 (20.31% from 255) = 11.83%
R=41.30%
G=46.87%
B=11.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal178202510.1200.750.2169.5459.6849.61
HexB2CA33C04B15463c32
Octal26231263140113251067462
Binary1011001011001010110011110001001011101011000110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CA33; }

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

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

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

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

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

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

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

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