Html Css Color HEX #99A99E Edward

📋 copy color: '#99A99E'

red 153 ◦ green 169 ◦ blue 158

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

Shades of Edward #99A99E

Tints of Edward #99A99E

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.21%

 BLUE value IS 158 (62.11% from 255) = 32.92%

R = 31.88%
G = 35.21%
B = 32.92%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#99A99E (or 0x99A99E) is known color: Edward. HEX triplet: 99, A9 and 9E. RGB value is (153,169,158). Sum of RGB (Red+Green+Blue) = 153+169+158=480 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.88% from 480); Green value is 169 (66.41% from 255 or 35.21% from 480); Blue value is 158 (62.11% from 255 or 32.92% from 480); Max value from RGB is 169 - color contains mainly: green. Hex color #99A99E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A99E is #665661. Grayscale: #A2A2A2. Windows color (decimal): -6706786 or 10398105. OLE color: 10398105.

HSL color Cylindrical-coordinate representation of color #99A99E: hue angle of 138.75º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #99A99E is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB 153 169 158 -
CMYK 0.09 0 0.07 0.34
HSL 138.75º 0.09% 0.63% -
HSV(B) 138.75º 0.09% 0.66% -
XYZ 33.5 37.62 37.84 -
YUV 162.96 125.2 120.89 -
System Red Green Blue C M Y K H S L
Decimal 153 169 158 0.09 0 0.07 0.34 138.75 0.09 0.63
Hex 99 A9 9E 9 0 7 22 8B 9 3F
Octal 231 251 236 11 0 7 42 213 11 77
Binary 10011001 10101001 10011110 1001 0 111 100010 10001011 1001 111111

Color Harmonies of #99A99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A99E

Black with #99A99E

Text Example


Text Example

White with #99A99E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,169,158); }

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

background-color css

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

 a { background-color: rgb(153,169,158); }

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

border-color css

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

 span { border-color: rgb(153,169,158); }

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