Html Css Color HEX #9FA398 Delta

📋 copy color: '#9FA398'

red 159 ◦ green 163 ◦ blue 152

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

Shades of Delta #9FA398

Tints of Delta #9FA398

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.39%

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

R = 33.54%
G = 34.39%
B = 32.07%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#9FA398 (or 0x9FA398) is known color: Delta. HEX triplet: 9F, A3 and 98. RGB value is (159,163,152). Sum of RGB (Red+Green+Blue) = 159+163+152=474 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.54% from 474); Green value is 163 (64.06% from 255 or 34.39% from 474); Blue value is 152 (59.77% from 255 or 32.07% from 474); Max value from RGB is 163 - color contains mainly: green. Hex color #9FA398 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA398 is #605C67. Grayscale: #A0A0A0. Windows color (decimal): -6315112 or 10003359. OLE color: 10003359.

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

Color convert

RGB 159 163 152 -
CMYK 0.02 0 0.07 0.36
HSL 81.82º 0.06% 0.62% -
HSV(B) 81.82º 0.07% 0.64% -
XYZ 33.06 35.83 34.88 -
YUV 160.55 123.17 126.89 -
System Red Green Blue C M Y K H S L
Decimal 159 163 152 0.02 0 0.07 0.36 81.82 0.06 0.62
Hex 9F A3 98 2 0 7 24 52 6 3E
Octal 237 243 230 2 0 7 44 122 6 76
Binary 10011111 10100011 10011000 10 0 111 100100 1010010 110 111110

Color Harmonies of #9FA398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA398

Black with #9FA398

Text Example


Text Example

White with #9FA398

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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