Html Css Color HEX #9BAF92 Mantle

📋 copy color: '#9BAF92'

red 155 ◦ green 175 ◦ blue 146

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

Shades of Mantle #9BAF92

Tints of Mantle #9BAF92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.67%

R = 32.56%
G = 36.76%
B = 30.67%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#9BAF92 (or 0x9BAF92) is known color: Mantle. HEX triplet: 9B, AF and 92. RGB value is (155,175,146). Sum of RGB (Red+Green+Blue) = 155+175+146=476 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.56% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 146 (57.42% from 255 or 30.67% from 476); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAF92 is #64506D. Grayscale: #A5A5A5. Windows color (decimal): -6574190 or 9613211. OLE color: 9613211.

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

Color convert

RGB 155 175 146 -
CMYK 0.11 0 0.17 0.31
HSL 101.38º 0.15% 0.63% -
HSV(B) 101.38º 0.17% 0.69% -
XYZ 34.04 39.7 33.06 -
YUV 165.71 116.87 120.36 -
System Red Green Blue C M Y K H S L
Decimal 155 175 146 0.11 0 0.17 0.31 101.38 0.15 0.63
Hex 9B AF 92 B 0 11 1F 65 F 3F
Octal 233 257 222 13 0 21 37 145 17 77
Binary 10011011 10101111 10010010 1011 0 10001 11111 1100101 1111 111111

Color Harmonies of #9BAF92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAF92

Black with #9BAF92

Text Example


Text Example

White with #9BAF92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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