Html Css Color HEX #9FA98C Delta

📋 copy color: '#9FA98C'

red 159 ◦ green 169 ◦ blue 140

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

Shades of Delta #9FA98C

Tints of Delta #9FA98C

RGB

 RED value IS 159 (62.5% from 255) = 33.97%

 GREEN value IS 169 (66.41% from 255) = 36.11%

 BLUE value IS 140 (55.08% from 255) = 29.91%

R = 33.97%
G = 36.11%
B = 29.91%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#9FA98C (or 0x9FA98C) is known color: Delta. HEX triplet: 9F, A9 and 8C. RGB value is (159,169,140). Sum of RGB (Red+Green+Blue) = 159+169+140=468 (61% of max value = 765). Red value is 159 (62.5% from 255 or 33.97% from 468); Green value is 169 (66.41% from 255 or 36.11% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 169 - color contains mainly: green. Hex color #9FA98C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA98C is #605673. Grayscale: #A2A2A2. Windows color (decimal): -6313588 or 9218463. OLE color: 9218463.

HSL color Cylindrical-coordinate representation of color #9FA98C: hue angle of 80.69º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9FA98C is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB 159 169 140 -
CMYK 0.06 0 0.17 0.34
HSL 80.69º 0.14% 0.61% -
HSV(B) 80.69º 0.17% 0.66% -
XYZ 33.22 37.64 30.33 -
YUV 162.7 115.19 125.36 -
System Red Green Blue C M Y K H S L
Decimal 159 169 140 0.06 0 0.17 0.34 80.69 0.14 0.61
Hex 9F A9 8C 6 0 11 22 51 E 3D
Octal 237 251 214 6 0 21 42 121 16 75
Binary 10011111 10101001 10001100 110 0 10001 100010 1010001 1110 111101

Color Harmonies of #9FA98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA98C

Black with #9FA98C

Text Example


Text Example

White with #9FA98C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,169,140); }

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

background-color css

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

 a { background-color: rgb(159,169,140); }

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

border-color css

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

 span { border-color: rgb(159,169,140); }

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