#B6CB33

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

Shades of Fuego #B6CB33

Tints of Fuego #B6CB33

Color information

#B6CB33 (or 0xB6CB33) is unknown color: approx Fuego. HEX triplet: B6, CB and 33. RGB value is (182,203,51). Sum of RGB (Red+Green+Blue) = 182+203+51=436 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.74% from 436); Green value is 203 (79.69% from 255 or 46.56% from 436); Blue value is 51 (20.31% from 255 or 11.70% from 436); Max value from RGB is 203 - color contains mainly: green. Hex color #B6CB33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6CB33 is #4934CC. Grayscale: #B3B3B3. Windows color (decimal): -4797645 or 3394486. OLE color: 3394486.

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

Color convert

RGB18220351-
CMYK0.1000.750.20
HSL68.29º59.84%49.8%-
HSV(B)68.29º74.88%79.61%-
XYZ41.2452.911.17-
YUV179.3955.54129.86-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.74%
GREEN value IS 203 (79.69% from 255) = 46.56%
BLUE value IS 51 (20.31% from 255) = 11.70%
R=41.74%
G=46.56%
B=11.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal182203510.1000.750.2068.2959.8449.8
HexB6CB33A04B14443c32
Octal26631363120113241047462
Binary1011011011001011110011101001001011101001000100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CB33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CB33; }

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

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

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

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

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

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

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

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