Html Css Color HEX #99A491 Delta

📋 copy color: '#99A491'

red 153 ◦ green 164 ◦ blue 145

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

Shades of Delta #99A491

Tints of Delta #99A491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 31.39%

R = 33.12%
G = 35.5%
B = 31.39%

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

#99A491 (or 0x99A491) is known color: Delta. HEX triplet: 99, A4 and 91. RGB value is (153,164,145). Sum of RGB (Red+Green+Blue) = 153+164+145=462 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.12% from 462); Green value is 164 (64.45% from 255 or 35.50% from 462); Blue value is 145 (57.03% from 255 or 31.39% from 462); Max value from RGB is 164 - color contains mainly: green. Hex color #99A491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A491 is #665B6E. Grayscale: #9E9E9E. Windows color (decimal): -6708079 or 9544857. OLE color: 9544857.

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

Color convert

RGB 153 164 145 -
CMYK 0.07 0 0.12 0.36
HSL 94.74º 0.09% 0.61% -
HSV(B) 94.74º 0.12% 0.64% -
XYZ 31.52 35.37 31.95 -
YUV 158.55 120.36 124.04 -
System Red Green Blue C M Y K H S L
Decimal 153 164 145 0.07 0 0.12 0.36 94.74 0.09 0.61
Hex 99 A4 91 7 0 C 24 5F 9 3D
Octal 231 244 221 7 0 14 44 137 11 75
Binary 10011001 10100100 10010001 111 0 1100 100100 1011111 1001 111101

Color Harmonies of #99A491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A491

Black with #99A491

Text Example


Text Example

White with #99A491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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