Html Css Color HEX #9FA599 Delta

📋 copy color: '#9FA599'

red 159 ◦ green 165 ◦ blue 153

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

Shades of Delta #9FA599

Tints of Delta #9FA599

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.59%

 BLUE value IS 153 (60.16% from 255) = 32.08%

R = 33.33%
G = 34.59%
B = 32.08%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#9FA599 (or 0x9FA599) is known color: Delta. HEX triplet: 9F, A5 and 99. RGB value is (159,165,153). Sum of RGB (Red+Green+Blue) = 159+165+153=477 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.33% from 477); Green value is 165 (64.84% from 255 or 34.59% from 477); Blue value is 153 (60.16% from 255 or 32.08% from 477); Max value from RGB is 165 - color contains mainly: green. Hex color #9FA599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA599 is #605A66. Grayscale: #A1A1A1. Windows color (decimal): -6314599 or 10069407. OLE color: 10069407.

HSL color Cylindrical-coordinate representation of color #9FA599: hue angle of 90º degrees, saturation: 0.06, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9FA599 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 159 165 153 -
CMYK 0.04 0 0.07 0.35
HSL 90º 0.06% 0.62% -
HSV(B) 90º 0.07% 0.65% -
XYZ 33.5 36.58 35.43 -
YUV 161.84 123.01 125.98 -
System Red Green Blue C M Y K H S L
Decimal 159 165 153 0.04 0 0.07 0.35 90 0.06 0.62
Hex 9F A5 99 4 0 7 23 5A 6 3E
Octal 237 245 231 4 0 7 43 132 6 76
Binary 10011111 10100101 10011001 100 0 111 100011 1011010 110 111110

Color Harmonies of #9FA599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA599

Black with #9FA599

Text Example


Text Example

White with #9FA599

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,165,153); }

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

background-color css

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

 a { background-color: rgb(159,165,153); }

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

border-color css

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

 span { border-color: rgb(159,165,153); }

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