Html Css Color HEX #9FA496 Delta

📋 copy color: '#9FA496'

red 159 ◦ green 164 ◦ blue 150

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

Shades of Delta #9FA496

Tints of Delta #9FA496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.71%

R = 33.62%
G = 34.67%
B = 31.71%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#9FA496 (or 0x9FA496) is known color: Delta. HEX triplet: 9F, A4 and 96. RGB value is (159,164,150). Sum of RGB (Red+Green+Blue) = 159+164+150=473 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.62% from 473); Green value is 164 (64.45% from 255 or 34.67% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 164 - color contains mainly: green. Hex color #9FA496 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA496 is #605B69. Grayscale: #A0A0A0. Windows color (decimal): -6314858 or 9872543. OLE color: 9872543.

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

Color convert

RGB 159 164 150 -
CMYK 0.03 0 0.09 0.36
HSL 81.43º 0.07% 0.62% -
HSV(B) 81.43º 0.09% 0.64% -
XYZ 33.08 36.12 34.08 -
YUV 160.91 121.84 126.64 -
System Red Green Blue C M Y K H S L
Decimal 159 164 150 0.03 0 0.09 0.36 81.43 0.07 0.62
Hex 9F A4 96 3 0 9 24 51 7 3E
Octal 237 244 226 3 0 11 44 121 7 76
Binary 10011111 10100100 10010110 11 0 1001 100100 1010001 111 111110

Color Harmonies of #9FA496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA496

Black with #9FA496

Text Example


Text Example

White with #9FA496

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,164,150); }

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

background-color css

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

 a { background-color: rgb(159,164,150); }

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

border-color css

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

 span { border-color: rgb(159,164,150); }

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