#B5CC33

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

Shades of Fuego #B5CC33

Tints of Fuego #B5CC33

Color information

#B5CC33 (or 0xB5CC33) is unknown color: approx Fuego. HEX triplet: B5, CC and 33. RGB value is (181,204,51). Sum of RGB (Red+Green+Blue) = 181+204+51=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 204 (80.08% from 255 or 46.79% from 436); Blue value is 51 (20.31% from 255 or 11.70% from 436); Max value from RGB is 204 - color contains mainly: green. Hex color #B5CC33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CC33 is #4A33CC. Grayscale: #B4B4B4. Windows color (decimal): -4862925 or 3394741. OLE color: 3394741.

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

Color convert

RGB18120451-
CMYK0.1100.750.2
HSL69.02º60%50%-
HSV(B)69.02º75%80%-
XYZ41.2553.2511.24-
YUV179.6855.38128.94-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.51%
GREEN value IS 204 (80.08% from 255) = 46.79%
BLUE value IS 51 (20.31% from 255) = 11.70%
R=41.51%
G=46.79%
B=11.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal181204510.1100.750.269.026050
HexB5CC33B04B14453c32
Octal26531463130113241057462
Binary1011010111001100110011101101001011101001000101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CC33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CC33; }

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

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

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

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

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

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

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

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