Html Css Color HEX #9BB295 Mantle

📋 copy color: '#9BB295'

red 155 ◦ green 178 ◦ blue 149

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

Shades of Mantle #9BB295

Tints of Mantle #9BB295

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.93%

 BLUE value IS 149 (58.59% from 255) = 30.91%

R = 32.16%
G = 36.93%
B = 30.91%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#9BB295 (or 0x9BB295) is known color: Mantle. HEX triplet: 9B, B2 and 95. RGB value is (155,178,149). Sum of RGB (Red+Green+Blue) = 155+178+149=482 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.16% from 482); Green value is 178 (69.92% from 255 or 36.93% from 482); Blue value is 149 (58.59% from 255 or 30.91% from 482); Max value from RGB is 178 - color contains mainly: green. Hex color #9BB295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BB295 is #644D6A. Grayscale: #A7A7A7. Windows color (decimal): -6573419 or 9810587. OLE color: 9810587.

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

Color convert

RGB 155 178 149 -
CMYK 0.13 0 0.16 0.30
HSL 107.59º 0.16% 0.64% -
HSV(B) 107.59º 0.16% 0.7% -
XYZ 34.86 40.98 34.51 -
YUV 167.82 117.38 118.86 -
System Red Green Blue C M Y K H S L
Decimal 155 178 149 0.13 0 0.16 0.30 107.59 0.16 0.64
Hex 9B B2 95 D 0 10 1E 6C 10 40
Octal 233 262 225 15 0 20 36 154 20 100
Binary 10011011 10110010 10010101 1101 0 10000 11110 1101100 10000 1000000

Color Harmonies of #9BB295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB295

Black with #9BB295

Text Example


Text Example

White with #9BB295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,178,149); }

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

background-color css

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

 a { background-color: rgb(155,178,149); }

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

border-color css

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

 span { border-color: rgb(155,178,149); }

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