Html Css Color HEX #9FA498 Delta

📋 copy color: '#9FA498'

red 159 ◦ green 164 ◦ blue 152

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

Shades of Delta #9FA498

Tints of Delta #9FA498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 32%

R = 33.47%
G = 34.53%
B = 32%

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

#9FA498 (or 0x9FA498) is known color: Delta. HEX triplet: 9F, A4 and 98. RGB value is (159,164,152). Sum of RGB (Red+Green+Blue) = 159+164+152=475 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.47% from 475); Green value is 164 (64.45% from 255 or 34.53% from 475); Blue value is 152 (59.77% from 255 or 32% from 475); Max value from RGB is 164 - color contains mainly: green. Hex color #9FA498 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA498 is #605B67. Grayscale: #A1A1A1. Windows color (decimal): -6314856 or 10003615. OLE color: 10003615.

HSL color Cylindrical-coordinate representation of color #9FA498: hue angle of 85º 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 #9FA498 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB 159 164 152 -
CMYK 0.03 0 0.07 0.36
HSL 85º 0.06% 0.62% -
HSV(B) 85º 0.07% 0.64% -
XYZ 33.24 36.19 34.94 -
YUV 161.14 122.84 126.48 -
System Red Green Blue C M Y K H S L
Decimal 159 164 152 0.03 0 0.07 0.36 85 0.06 0.62
Hex 9F A4 98 3 0 7 24 55 6 3E
Octal 237 244 230 3 0 7 44 125 6 76
Binary 10011111 10100100 10011000 11 0 111 100100 1010101 110 111110

Color Harmonies of #9FA498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA498

Black with #9FA498

Text Example


Text Example

White with #9FA498

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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