Html Css Color HEX #95B08A Mantle

📋 copy color: '#95B08A'

red 149 ◦ green 176 ◦ blue 138

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

Shades of Mantle #95B08A

Tints of Mantle #95B08A

RGB

 RED value IS 149 (58.59% from 255) = 32.18%

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

 BLUE value IS 138 (54.3% from 255) = 29.81%

R = 32.18%
G = 38.01%
B = 29.81%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#95B08A (or 0x95B08A) is known color: Mantle. HEX triplet: 95, B0 and 8A. RGB value is (149,176,138). Sum of RGB (Red+Green+Blue) = 149+176+138=463 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.18% from 463); Green value is 176 (69.14% from 255 or 38.01% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 176 - color contains mainly: green. Hex color #95B08A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95B08A is #6A4F75. Grayscale: #A3A3A3. Windows color (decimal): -6967158 or 9089173. OLE color: 9089173.

HSL color Cylindrical-coordinate representation of color #95B08A: hue angle of 102.63º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #95B08A is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB 149 176 138 -
CMYK 0.15 0 0.22 0.31
HSL 102.63º 0.19% 0.62% -
HSV(B) 102.63º 0.22% 0.69% -
XYZ 32.51 39.28 29.91 -
YUV 163.6 113.55 117.59 -
System Red Green Blue C M Y K H S L
Decimal 149 176 138 0.15 0 0.22 0.31 102.63 0.19 0.62
Hex 95 B0 8A F 0 16 1F 67 13 3E
Octal 225 260 212 17 0 26 37 147 23 76
Binary 10010101 10110000 10001010 1111 0 10110 11111 1100111 10011 111110

Color Harmonies of #95B08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B08A

Black with #95B08A

Text Example


Text Example

White with #95B08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95B08A; }

 p { color: rgb(149,176,138); }

 H1.HeaderClassName
 {
   color: #95B08A;
 }
 .AnyTagClassName
 {
   color: #95B08A;
 }
</style>

background-color css

<style>
 a { background-color: #95B08A; }

 a { background-color: rgb(149,176,138); }

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

border-color css

<style>
 span { border-color: #95B08A; }

 span { border-color: rgb(149,176,138); }

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