Html Css Color HEX #99A19B Edward

📋 copy color: '#99A19B'

red 153 ◦ green 161 ◦ blue 155

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

Shades of Edward #99A19B

Tints of Edward #99A19B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.33%

 BLUE value IS 155 (60.94% from 255) = 33.05%

R = 32.62%
G = 34.33%
B = 33.05%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#99A19B (or 0x99A19B) is known color: Edward. HEX triplet: 99, A1 and 9B. RGB value is (153,161,155). Sum of RGB (Red+Green+Blue) = 153+161+155=469 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.62% from 469); Green value is 161 (63.28% from 255 or 34.33% from 469); Blue value is 155 (60.94% from 255 or 33.05% from 469); Max value from RGB is 161 - color contains mainly: green. Hex color #99A19B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A19B is #665E64. Grayscale: #9D9D9D. Windows color (decimal): -6708837 or 10199449. OLE color: 10199449.

HSL color Cylindrical-coordinate representation of color #99A19B: hue angle of 135º degrees, saturation: 0.04, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #99A19B is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB 153 161 155 -
CMYK 0.05 0 0.04 0.37
HSL 135º 0.04% 0.62% -
HSV(B) 135º 0.05% 0.63% -
XYZ 31.8 34.63 36.02 -
YUV 157.92 126.35 124.49 -
System Red Green Blue C M Y K H S L
Decimal 153 161 155 0.05 0 0.04 0.37 135 0.04 0.62
Hex 99 A1 9B 5 0 4 25 87 4 3E
Octal 231 241 233 5 0 4 45 207 4 76
Binary 10011001 10100001 10011011 101 0 100 100101 10000111 100 111110

Color Harmonies of #99A19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A19B

Black with #99A19B

Text Example


Text Example

White with #99A19B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,161,155); }

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

background-color css

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

 a { background-color: rgb(153,161,155); }

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

border-color css

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

 span { border-color: rgb(153,161,155); }

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