Html Css Color HEX #9BAE94 Mantle

📋 copy color: '#9BAE94'

red 155 ◦ green 174 ◦ blue 148

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

Shades of Mantle #9BAE94

Tints of Mantle #9BAE94

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.48%

 BLUE value IS 148 (58.2% from 255) = 31.03%

R = 32.49%
G = 36.48%
B = 31.03%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.15

 K value IS 0.32

RGB Variations

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

Color information

#9BAE94 (or 0x9BAE94) is known color: Mantle. HEX triplet: 9B, AE and 94. RGB value is (155,174,148). Sum of RGB (Red+Green+Blue) = 155+174+148=477 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.49% from 477); Green value is 174 (68.36% from 255 or 36.48% from 477); Blue value is 148 (58.20% from 255 or 31.03% from 477); Max value from RGB is 174 - color contains mainly: green. Hex color #9BAE94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAE94 is #64516B. Grayscale: #A5A5A5. Windows color (decimal): -6574444 or 9744027. OLE color: 9744027.

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

Color convert

RGB 155 174 148 -
CMYK 0.11 0 0.15 0.32
HSL 103.85º 0.14% 0.63% -
HSV(B) 103.85º 0.15% 0.68% -
XYZ 34 39.38 33.83 -
YUV 165.36 118.21 120.61 -
System Red Green Blue C M Y K H S L
Decimal 155 174 148 0.11 0 0.15 0.32 103.85 0.14 0.63
Hex 9B AE 94 B 0 F 20 68 E 3F
Octal 233 256 224 13 0 17 40 150 16 77
Binary 10011011 10101110 10010100 1011 0 1111 100000 1101000 1110 111111

Color Harmonies of #9BAE94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAE94

Black with #9BAE94

Text Example


Text Example

White with #9BAE94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,174,148); }

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

background-color css

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

 a { background-color: rgb(155,174,148); }

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

border-color css

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

 span { border-color: rgb(155,174,148); }

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