#B2CD32

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

Shades of Fuego #B2CD32

Tints of Fuego #B2CD32

Color information

#B2CD32 (or 0xB2CD32) is unknown color: approx Fuego. HEX triplet: B2, CD and 32. RGB value is (178,205,50). Sum of RGB (Red+Green+Blue) = 178+205+50=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 205 (80.47% from 255 or 47.34% from 433); Blue value is 50 (19.92% from 255 or 11.55% from 433); Max value from RGB is 205 - color contains mainly: green. Hex color #B2CD32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CD32 is #4D32CD. Grayscale: #B3B3B3. Windows color (decimal): -5059278 or 3329458. OLE color: 3329458.

HSL color Cylindrical-coordinate representation of color #B2CD32: hue angle of 70.45º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B2CD32 is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB17820550-
CMYK0.1300.760.20
HSL70.45º60.78%50%-
HSV(B)70.45º75.61%80.39%-
XYZ40.7753.3611.17-
YUV179.2655.05127.1-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.11%
GREEN value IS 205 (80.47% from 255) = 47.34%
BLUE value IS 50 (19.92% from 255) = 11.55%
R=41.11%
G=47.34%
B=11.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal178205500.1300.760.2070.4560.7850
HexB2CD32D04C14463d32
Octal26231562150114241067562
Binary1011001011001101110010110101001100101001000110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CD32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CD32; }

 p { color: rgb(178,205,50); }

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

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

 a { background-color: rgb(178,205,50); }

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

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

 span { border-color: rgb(178,205,50); }

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