Html Css Color HEX #99A490 Delta

📋 copy color: '#99A490'

red 153 ◦ green 164 ◦ blue 144

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

Shades of Delta #99A490

Tints of Delta #99A490

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.57%

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

R = 33.19%
G = 35.57%
B = 31.24%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#99A490 (or 0x99A490) is known color: Delta. HEX triplet: 99, A4 and 90. RGB value is (153,164,144). Sum of RGB (Red+Green+Blue) = 153+164+144=461 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.19% from 461); Green value is 164 (64.45% from 255 or 35.57% from 461); Blue value is 144 (56.64% from 255 or 31.24% from 461); Max value from RGB is 164 - color contains mainly: green. Hex color #99A490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A490 is #665B6F. Grayscale: #9E9E9E. Windows color (decimal): -6708080 or 9479321. OLE color: 9479321.

HSL color Cylindrical-coordinate representation of color #99A490: hue angle of 93º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #99A490 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 153 164 144 -
CMYK 0.07 0 0.12 0.36
HSL 93º 0.1% 0.6% -
HSV(B) 93º 0.12% 0.64% -
XYZ 31.45 35.34 31.55 -
YUV 158.43 119.86 124.13 -
System Red Green Blue C M Y K H S L
Decimal 153 164 144 0.07 0 0.12 0.36 93 0.1 0.6
Hex 99 A4 90 7 0 C 24 5D A 3C
Octal 231 244 220 7 0 14 44 135 12 74
Binary 10011001 10100100 10010000 111 0 1100 100100 1011101 1010 111100

Color Harmonies of #99A490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A490

Black with #99A490

Text Example


Text Example

White with #99A490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,164,144); }

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

background-color css

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

 a { background-color: rgb(153,164,144); }

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

border-color css

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

 span { border-color: rgb(153,164,144); }

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