Html Css Color HEX #9AA089 Delta

📋 copy color: '#9AA089'

red 154 ◦ green 160 ◦ blue 137

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

Shades of Delta #9AA089

Tints of Delta #9AA089

RGB

 RED value IS 154 (60.55% from 255) = 34.15%

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

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

R = 34.15%
G = 35.48%
B = 30.38%

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

#9AA089 (or 0x9AA089) is known color: Delta. HEX triplet: 9A, A0 and 89. RGB value is (154,160,137). Sum of RGB (Red+Green+Blue) = 154+160+137=451 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.15% from 451); Green value is 160 (62.89% from 255 or 35.48% from 451); Blue value is 137 (53.91% from 255 or 30.38% from 451); Max value from RGB is 160 - color contains mainly: green. Hex color #9AA089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA089 is #655F76. Grayscale: #9B9B9B. Windows color (decimal): -6643575 or 9019546. OLE color: 9019546.

HSL color Cylindrical-coordinate representation of color #9AA089: hue angle of 75.65º 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 #9AA089 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 154 160 137 -
CMYK 0.04 0 0.14 0.37
HSL 75.65º 0.11% 0.58% -
HSV(B) 75.65º 0.14% 0.63% -
XYZ 30.41 33.82 28.59 -
YUV 155.58 117.51 126.87 -
System Red Green Blue C M Y K H S L
Decimal 154 160 137 0.04 0 0.14 0.37 75.65 0.11 0.58
Hex 9A A0 89 4 0 E 25 4C B 3A
Octal 232 240 211 4 0 16 45 114 13 72
Binary 10011010 10100000 10001001 100 0 1110 100101 1001100 1011 111010

Color Harmonies of #9AA089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA089

Black with #9AA089

Text Example


Text Example

White with #9AA089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AA089; }

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

 H1.HeaderClassName
 {
   color: #9AA089;
 }
 .AnyTagClassName
 {
   color: #9AA089;
 }
</style>

background-color css

<style>
 a { background-color: #9AA089; }

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

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

border-color css

<style>
 span { border-color: #9AA089; }

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

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