Html Css Color HEX #99A487 Delta

📋 copy color: '#99A487'

red 153 ◦ green 164 ◦ blue 135

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

Shades of Delta #99A487

Tints of Delta #99A487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 29.87%

R = 33.85%
G = 36.28%
B = 29.87%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#99A487 (or 0x99A487) is known color: Delta. HEX triplet: 99, A4 and 87. RGB value is (153,164,135). Sum of RGB (Red+Green+Blue) = 153+164+135=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 164 (64.45% from 255 or 36.28% from 452); Blue value is 135 (53.12% from 255 or 29.87% from 452); Max value from RGB is 164 - color contains mainly: green. Hex color #99A487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A487 is #665B78. Grayscale: #9D9D9D. Windows color (decimal): -6708089 or 8889497. OLE color: 8889497.

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

Color convert

RGB 153 164 135 -
CMYK 0.07 0 0.18 0.36
HSL 82.76º 0.14% 0.59% -
HSV(B) 82.76º 0.18% 0.64% -
XYZ 30.79 35.07 28.07 -
YUV 157.41 115.36 124.86 -
System Red Green Blue C M Y K H S L
Decimal 153 164 135 0.07 0 0.18 0.36 82.76 0.14 0.59
Hex 99 A4 87 7 0 12 24 53 E 3B
Octal 231 244 207 7 0 22 44 123 16 73
Binary 10011001 10100100 10000111 111 0 10010 100100 1010011 1110 111011

Color Harmonies of #99A487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A487

Black with #99A487

Text Example


Text Example

White with #99A487

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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