Html Css Color HEX #99B9B3 Shadow Green

📋 copy color: '#99B9B3'

red 153 ◦ green 185 ◦ blue 179

#99B9B3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shadow Green #99B9B3

Tints of Shadow Green #99B9B3

RGB

 RED value IS 153 (60.16% from 255) = 29.59%

 GREEN value IS 185 (72.66% from 255) = 35.78%

 BLUE value IS 179 (70.31% from 255) = 34.62%

R = 29.59%
G = 35.78%
B = 34.62%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#99B9B3 (or 0x99B9B3) is known color: Shadow Green. HEX triplet: 99, B9 and B3. RGB value is (153,185,179). Sum of RGB (Red+Green+Blue) = 153+185+179=517 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.59% from 517); Green value is 185 (72.66% from 255 or 35.78% from 517); Blue value is 179 (70.31% from 255 or 34.62% from 517); Max value from RGB is 185 - color contains mainly: green. Hex color #99B9B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B9B3 is #66464C. Grayscale: #AEAEAE. Windows color (decimal): -6702669 or 11778457. OLE color: 11778457.

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

Color convert

RGB 153 185 179 -
CMYK 0.17 0 0.03 0.27
HSL 168.75º 0.19% 0.66% -
HSV(B) 168.75º 0.17% 0.73% -
XYZ 38.62 44.72 49.24 -
YUV 174.75 130.4 112.49 -
System Red Green Blue C M Y K H S L
Decimal 153 185 179 0.17 0 0.03 0.27 168.75 0.19 0.66
Hex 99 B9 B3 11 0 3 1B A9 13 42
Octal 231 271 263 21 0 3 33 251 23 102
Binary 10011001 10111001 10110011 10001 0 11 11011 10101001 10011 1000010

Color Harmonies of #99B9B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B9B3

Black with #99B9B3

Text Example


Text Example

White with #99B9B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #99B9B3;
 }
 .AnyTagClassName
 {
   color: #99B9B3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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