#b2d32b

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

Shades of Fuego #B2D32B

Tints of Fuego #B2D32B

Color information

#B2D32B (or 0xB2D32B) is unknown color: approx Fuego. HEX triplet: B2, D3 and 2B. RGB value is (178,211,43). Sum of RGB (Red+Green+Blue) = 178+211+43=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 211 (82.81% from 255 or 48.84% from 432); Blue value is 43 (17.19% from 255 or 9.95% from 432); Max value from RGB is 211 - color contains mainly: green. Hex color #B2D32B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D32B is #4D2CD4. Grayscale: #B6B6B6. Windows color (decimal): -5057749 or 2872242. OLE color: 2872242.

HSL color Cylindrical-coordinate representation of color #B2D32B: hue angle of 71.79º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B2D32B is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.17.

Color convert

RGB17821143-
CMYK0.1600.800.17
HSL71.79º66.14%49.8%-
HSV(B)71.79º79.62%82.75%-
XYZ42.0956.2310.92-
YUV181.9849.57125.16-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.20%
GREEN value IS 211 (82.81% from 255) = 48.84%
BLUE value IS 43 (17.19% from 255) = 9.95%
R=41.20%
G=48.84%
B=9.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal178211430.1600.800.1771.7966.1449.8
HexB2D32B1005011484232
Octal262323532001202111010262
Binary101100101101001110101110000010100001000110010001000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2d32b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2d32b; }

 p { color: rgb(178,211,43); }

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

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

 a { background-color: rgb(178,211,43); }

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

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

 span { border-color: rgb(178,211,43); }

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