#B0D336

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

Shades of Fuego #B0D336

Tints of Fuego #B0D336

Color information

#B0D336 (or 0xB0D336) is unknown color: approx Fuego. HEX triplet: B0, D3 and 36. RGB value is (176,211,54). Sum of RGB (Red+Green+Blue) = 176+211+54=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 211 (82.81% from 255 or 47.85% from 441); Blue value is 54 (21.48% from 255 or 12.24% from 441); Max value from RGB is 211 - color contains mainly: green. Hex color #B0D336 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D336 is #4F2CC9. Grayscale: #B7B7B7. Windows color (decimal): -5188810 or 3593136. OLE color: 3593136.

HSL color Cylindrical-coordinate representation of color #B0D336: hue angle of 73.38º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B0D336 is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.

Color convert

RGB17621154-
CMYK0.1700.740.17
HSL73.38º64.08%51.96%-
HSV(B)73.38º74.41%82.75%-
XYZ41.8656.0812.11-
YUV182.6455.4123.27-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.91%
GREEN value IS 211 (82.81% from 255) = 47.85%
BLUE value IS 54 (21.48% from 255) = 12.24%
R=39.91%
G=47.85%
B=12.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal176211540.1700.740.1773.3864.0851.96
HexB0D3361104A11494034
Octal260323662101122111110064
Binary101100001101001111011010001010010101000110010011000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D336; }

 p { color: rgb(176,211,54); }

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

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

 a { background-color: rgb(176,211,54); }

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

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

 span { border-color: rgb(176,211,54); }

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