Html Css Color HEX #9BB09A Mantle

📋 copy color: '#9BB09A'

red 155 ◦ green 176 ◦ blue 154

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

Shades of Mantle #9BB09A

Tints of Mantle #9BB09A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.29%

 BLUE value IS 154 (60.55% from 255) = 31.75%

R = 31.96%
G = 36.29%
B = 31.75%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#9BB09A (or 0x9BB09A) is known color: Mantle. HEX triplet: 9B, B0 and 9A. RGB value is (155,176,154). Sum of RGB (Red+Green+Blue) = 155+176+154=485 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.96% from 485); Green value is 176 (69.14% from 255 or 36.29% from 485); Blue value is 154 (60.55% from 255 or 31.75% from 485); Max value from RGB is 176 - color contains mainly: green. Hex color #9BB09A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BB09A is #644F65. Grayscale: #A7A7A7. Windows color (decimal): -6573926 or 10137755. OLE color: 10137755.

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

Color convert

RGB 155 176 154 -
CMYK 0.12 0 0.12 0.31
HSL 117.27º 0.12% 0.65% -
HSV(B) 117.27º 0.13% 0.69% -
XYZ 34.88 40.35 36.52 -
YUV 167.21 120.54 119.29 -
System Red Green Blue C M Y K H S L
Decimal 155 176 154 0.12 0 0.12 0.31 117.27 0.12 0.65
Hex 9B B0 9A C 0 C 1F 75 C 41
Octal 233 260 232 14 0 14 37 165 14 101
Binary 10011011 10110000 10011010 1100 0 1100 11111 1110101 1100 1000001

Color Harmonies of #9BB09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB09A

Black with #9BB09A

Text Example


Text Example

White with #9BB09A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,176,154); }

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

background-color css

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

 a { background-color: rgb(155,176,154); }

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

border-color css

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

 span { border-color: rgb(155,176,154); }

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