Html Css Color HEX #9BAF98 Mantle

📋 copy color: '#9BAF98'

red 155 ◦ green 175 ◦ blue 152

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

Shades of Mantle #9BAF98

Tints of Mantle #9BAF98

RGB

 RED value IS 155 (60.94% from 255) = 32.16%

 GREEN value IS 175 (68.75% from 255) = 36.31%

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

R = 32.16%
G = 36.31%
B = 31.54%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#9BAF98 (or 0x9BAF98) is known color: Mantle. HEX triplet: 9B, AF and 98. RGB value is (155,175,152). Sum of RGB (Red+Green+Blue) = 155+175+152=482 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.16% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 152 (59.77% from 255 or 31.54% from 482); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAF98 is #645067. Grayscale: #A6A6A6. Windows color (decimal): -6574184 or 10006427. OLE color: 10006427.

HSL color Cylindrical-coordinate representation of color #9BAF98: hue angle of 112.17º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9BAF98 is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB 155 175 152 -
CMYK 0.11 0 0.13 0.31
HSL 112.17º 0.13% 0.64% -
HSV(B) 112.17º 0.13% 0.69% -
XYZ 34.52 39.9 35.59 -
YUV 166.4 119.87 119.87 -
System Red Green Blue C M Y K H S L
Decimal 155 175 152 0.11 0 0.13 0.31 112.17 0.13 0.64
Hex 9B AF 98 B 0 D 1F 70 D 40
Octal 233 257 230 13 0 15 37 160 15 100
Binary 10011011 10101111 10011000 1011 0 1101 11111 1110000 1101 1000000

Color Harmonies of #9BAF98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAF98

Black with #9BAF98

Text Example


Text Example

White with #9BAF98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,175,152); }

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

background-color css

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

 a { background-color: rgb(155,175,152); }

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

border-color css

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

 span { border-color: rgb(155,175,152); }

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