#9BAF92

Color #9BAF92 Mantle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantle #9BAF92

Tints of Mantle #9BAF92

Color information

#9BAF92 (or 0x9BAF92) is unknown color: approx 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

RGB155175146-
CMYK0.1100.170.31
HSL101.38º15.34%62.94%-
HSV(B)101.38º16.57%68.63%-
XYZ34.0439.733.06-
YUV165.71116.87120.36-

RGB Variations

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

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 (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1551751460.1100.170.31101.3815.3462.94
Hex9BAF92B0111F65f3f
Octal23325722213021371451777
Binary10011011101011111001001010110100011111111001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>