Html Css Color HEX #99A089 Delta

📋 copy color: '#99A089'

red 153 ◦ green 160 ◦ blue 137

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

Shades of Delta #99A089

Tints of Delta #99A089

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.56%

 BLUE value IS 137 (53.91% from 255) = 30.44%

R = 34%
G = 35.56%
B = 30.44%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#99A089 (or 0x99A089) is known color: Delta. HEX triplet: 99, A0 and 89. RGB value is (153,160,137). Sum of RGB (Red+Green+Blue) = 153+160+137=450 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34% from 450); Green value is 160 (62.89% from 255 or 35.56% from 450); Blue value is 137 (53.91% from 255 or 30.44% from 450); Max value from RGB is 160 - color contains mainly: green. Hex color #99A089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A089 is #665F76. Grayscale: #9B9B9B. Windows color (decimal): -6709111 or 9019545. OLE color: 9019545.

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

Color convert

RGB 153 160 137 -
CMYK 0.04 0 0.14 0.37
HSL 78.26º 0.11% 0.58% -
HSV(B) 78.26º 0.14% 0.63% -
XYZ 30.22 33.72 28.58 -
YUV 155.29 117.68 126.37 -
System Red Green Blue C M Y K H S L
Decimal 153 160 137 0.04 0 0.14 0.37 78.26 0.11 0.58
Hex 99 A0 89 4 0 E 25 4E B 3A
Octal 231 240 211 4 0 16 45 116 13 72
Binary 10011001 10100000 10001001 100 0 1110 100101 1001110 1011 111010

Color Harmonies of #99A089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A089

Black with #99A089

Text Example


Text Example

White with #99A089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,160,137); }

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

background-color css

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

 a { background-color: rgb(153,160,137); }

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

border-color css

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

 span { border-color: rgb(153,160,137); }

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