Html Css Color HEX #9FA499 Delta

📋 copy color: '#9FA499'

red 159 ◦ green 164 ◦ blue 153

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

Shades of Delta #9FA499

Tints of Delta #9FA499

RGB

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

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

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

R = 33.4%
G = 34.45%
B = 32.14%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#9FA499 (or 0x9FA499) is known color: Delta. HEX triplet: 9F, A4 and 99. RGB value is (159,164,153). Sum of RGB (Red+Green+Blue) = 159+164+153=476 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.40% from 476); Green value is 164 (64.45% from 255 or 34.45% from 476); Blue value is 153 (60.16% from 255 or 32.14% from 476); Max value from RGB is 164 - color contains mainly: green. Hex color #9FA499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA499 is #605B66. Grayscale: #A1A1A1. Windows color (decimal): -6314855 or 10069151. OLE color: 10069151.

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

Color convert

RGB 159 164 153 -
CMYK 0.03 0 0.07 0.36
HSL 87.27º 0.06% 0.62% -
HSV(B) 87.27º 0.07% 0.64% -
XYZ 33.32 36.22 35.37 -
YUV 161.25 123.34 126.39 -
System Red Green Blue C M Y K H S L
Decimal 159 164 153 0.03 0 0.07 0.36 87.27 0.06 0.62
Hex 9F A4 99 3 0 7 24 57 6 3E
Octal 237 244 231 3 0 7 44 127 6 76
Binary 10011111 10100100 10011001 11 0 111 100100 1010111 110 111110

Color Harmonies of #9FA499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA499

Black with #9FA499

Text Example


Text Example

White with #9FA499

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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