Html Css Color HEX #99A39A Edward

📋 copy color: '#99A39A'

red 153 ◦ green 163 ◦ blue 154

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

Shades of Edward #99A39A

Tints of Edward #99A39A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.68%

 BLUE value IS 154 (60.55% from 255) = 32.77%

R = 32.55%
G = 34.68%
B = 32.77%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#99A39A (or 0x99A39A) is known color: Edward. HEX triplet: 99, A3 and 9A. RGB value is (153,163,154). Sum of RGB (Red+Green+Blue) = 153+163+154=470 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.55% from 470); Green value is 163 (64.06% from 255 or 34.68% from 470); Blue value is 154 (60.55% from 255 or 32.77% from 470); Max value from RGB is 163 - color contains mainly: green. Hex color #99A39A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A39A is #665C65. Grayscale: #9F9F9F. Windows color (decimal): -6708326 or 10134425. OLE color: 10134425.

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

Color convert

RGB 153 163 154 -
CMYK 0.06 0 0.06 0.36
HSL 126º 0.05% 0.62% -
HSV(B) 126º 0.06% 0.64% -
XYZ 32.07 35.3 35.7 -
YUV 158.98 125.19 123.73 -
System Red Green Blue C M Y K H S L
Decimal 153 163 154 0.06 0 0.06 0.36 126 0.05 0.62
Hex 99 A3 9A 6 0 6 24 7E 5 3E
Octal 231 243 232 6 0 6 44 176 5 76
Binary 10011001 10100011 10011010 110 0 110 100100 1111110 101 111110

Color Harmonies of #99A39A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A39A

Black with #99A39A

Text Example


Text Example

White with #99A39A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,163,154); }

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

background-color css

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

 a { background-color: rgb(153,163,154); }

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

border-color css

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

 span { border-color: rgb(153,163,154); }

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