Html Css Color HEX #9AA590 Delta

📋 copy color: '#9AA590'

red 154 ◦ green 165 ◦ blue 144

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

Shades of Delta #9AA590

Tints of Delta #9AA590

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.64%

 BLUE value IS 144 (56.64% from 255) = 31.1%

R = 33.26%
G = 35.64%
B = 31.1%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#9AA590 (or 0x9AA590) is known color: Delta. HEX triplet: 9A, A5 and 90. RGB value is (154,165,144). Sum of RGB (Red+Green+Blue) = 154+165+144=463 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.26% from 463); Green value is 165 (64.84% from 255 or 35.64% from 463); Blue value is 144 (56.64% from 255 or 31.10% from 463); Max value from RGB is 165 - color contains mainly: green. Hex color #9AA590 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA590 is #655A6F. Grayscale: #9F9F9F. Windows color (decimal): -6642288 or 9479578. OLE color: 9479578.

HSL color Cylindrical-coordinate representation of color #9AA590: hue angle of 91.43º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9AA590 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 154 165 144 -
CMYK 0.07 0 0.13 0.35
HSL 91.43º 0.1% 0.61% -
HSV(B) 91.43º 0.13% 0.65% -
XYZ 31.82 35.79 31.62 -
YUV 159.32 119.36 124.21 -
System Red Green Blue C M Y K H S L
Decimal 154 165 144 0.07 0 0.13 0.35 91.43 0.1 0.61
Hex 9A A5 90 7 0 D 23 5B A 3D
Octal 232 245 220 7 0 15 43 133 12 75
Binary 10011010 10100101 10010000 111 0 1101 100011 1011011 1010 111101

Color Harmonies of #9AA590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA590

Black with #9AA590

Text Example


Text Example

White with #9AA590

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,165,144); }

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

background-color css

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

 a { background-color: rgb(154,165,144); }

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

border-color css

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

 span { border-color: rgb(154,165,144); }

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