Html Css Color HEX #99A191 Delta

📋 copy color: '#99A191'

red 153 ◦ green 161 ◦ blue 145

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

Shades of Delta #99A191

Tints of Delta #99A191

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.08%

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

R = 33.33%
G = 35.08%
B = 31.59%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.10

 K value IS 0.37

RGB Variations

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

Color information

#99A191 (or 0x99A191) is known color: Delta. HEX triplet: 99, A1 and 91. RGB value is (153,161,145). Sum of RGB (Red+Green+Blue) = 153+161+145=459 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.33% from 459); Green value is 161 (63.28% from 255 or 35.08% from 459); Blue value is 145 (57.03% from 255 or 31.59% from 459); Max value from RGB is 161 - color contains mainly: green. Hex color #99A191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A191 is #665E6E. Grayscale: #9C9C9C. Windows color (decimal): -6708847 or 9544089. OLE color: 9544089.

HSL color Cylindrical-coordinate representation of color #99A191: hue angle of 90º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #99A191 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.37.

Color convert

RGB 153 161 145 -
CMYK 0.05 0 0.10 0.37
HSL 90º 0.08% 0.6% -
HSV(B) 90º 0.1% 0.63% -
XYZ 30.99 34.31 31.78 -
YUV 156.78 121.35 125.3 -
System Red Green Blue C M Y K H S L
Decimal 153 161 145 0.05 0 0.10 0.37 90 0.08 0.6
Hex 99 A1 91 5 0 A 25 5A 8 3C
Octal 231 241 221 5 0 12 45 132 10 74
Binary 10011001 10100001 10010001 101 0 1010 100101 1011010 1000 111100

Color Harmonies of #99A191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A191

Black with #99A191

Text Example


Text Example

White with #99A191

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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