#B2B999

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

Shades of Green Spring #B2B999

Tints of Green Spring #B2B999

Color information

#B2B999 (or 0xB2B999) is unknown color: approx Green Spring. HEX triplet: B2, B9 and 99. RGB value is (178,185,153). Sum of RGB (Red+Green+Blue) = 178+185+153=516 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.50% from 516); Green value is 185 (72.66% from 255 or 35.85% from 516); Blue value is 153 (60.16% from 255 or 29.65% from 516); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B999 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B999 is #4D4666. Grayscale: #B3B3B3. Windows color (decimal): -5064295 or 10074546. OLE color: 10074546.

HSL color Cylindrical-coordinate representation of color #B2B999: hue angle of 73.12º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B2B999 is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB178185153-
CMYK0.0400.170.27
HSL73.12º18.6%66.27%-
HSV(B)73.12º17.3%72.55%-
XYZ41.4646.4636.92-
YUV179.26113.18127.1-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.50%
GREEN value IS 185 (72.66% from 255) = 35.85%
BLUE value IS 153 (60.16% from 255) = 29.65%
R=34.50%
G=35.85%
B=29.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781851530.0400.170.2773.1218.666.27
HexB2B99940111B491342
Octal26227123140213311123102
Binary101100101011100110011001100010001110111001001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B999; }

 p { color: rgb(178,185,153); }

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

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

 a { background-color: rgb(178,185,153); }

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

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

 span { border-color: rgb(178,185,153); }

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