#B5CB33

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

Shades of Fuego #B5CB33

Tints of Fuego #B5CB33

Color information

#B5CB33 (or 0xB5CB33) is unknown color: approx Fuego. HEX triplet: B5, CB and 33. RGB value is (181,203,51). Sum of RGB (Red+Green+Blue) = 181+203+51=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 203 (79.69% from 255 or 46.67% from 435); Blue value is 51 (20.31% from 255 or 11.72% from 435); Max value from RGB is 203 - color contains mainly: green. Hex color #B5CB33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CB33 is #4A34CC. Grayscale: #B3B3B3. Windows color (decimal): -4863181 or 3394485. OLE color: 3394485.

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

Color convert

RGB18120351-
CMYK0.1100.750.20
HSL68.68º59.84%49.8%-
HSV(B)68.68º74.88%79.61%-
XYZ41.0152.7711.16-
YUV179.0955.71129.36-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.61%
GREEN value IS 203 (79.69% from 255) = 46.67%
BLUE value IS 51 (20.31% from 255) = 11.72%
R=41.61%
G=46.67%
B=11.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal181203510.1100.750.2068.6859.8449.8
HexB5CB33B04B14453c32
Octal26531363130113241057462
Binary1011010111001011110011101101001011101001000101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CB33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CB33; }

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

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

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

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

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

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

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

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