#99B9B4

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

Shades of Shadow Green #99B9B4

Tints of Shadow Green #99B9B4

Color information

#99B9B4 (or 0x99B9B4) is unknown color: approx Shadow Green. HEX triplet: 99, B9 and B4. RGB value is (153,185,180). Sum of RGB (Red+Green+Blue) = 153+185+180=518 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.54% from 518); Green value is 185 (72.66% from 255 or 35.71% from 518); Blue value is 180 (70.70% from 255 or 34.75% from 518); Max value from RGB is 185 - color contains mainly: green. Hex color #99B9B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B9B4 is #66464B. Grayscale: #AEAEAE. Windows color (decimal): -6702668 or 11843993. OLE color: 11843993.

HSL color Cylindrical-coordinate representation of color #99B9B4: hue angle of 170.62º 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 #99B9B4 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB153185180-
CMYK0.1700.030.27
HSL170.62º18.6%66.27%-
HSV(B)170.62º17.3%72.55%-
XYZ38.7244.7749.78-
YUV174.86130.9112.41-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.54%
GREEN value IS 185 (72.66% from 255) = 35.71%
BLUE value IS 180 (70.70% from 255) = 34.75%
R=29.54%
G=35.71%
B=34.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531851800.1700.030.27170.6218.666.27
Hex99B9B411031Bab1342
Octal23127126421033325323102
Binary100110011011100110110100100010111101110101011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99B9B4; }

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

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

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

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

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

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

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

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