Html Css Color HEX #95B28F Mantle

📋 copy color: '#95B28F'

red 149 ◦ green 178 ◦ blue 143

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

Shades of Mantle #95B28F

Tints of Mantle #95B28F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.43%

R = 31.7%
G = 37.87%
B = 30.43%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#95B28F (or 0x95B28F) is known color: Mantle. HEX triplet: 95, B2 and 8F. RGB value is (149,178,143). Sum of RGB (Red+Green+Blue) = 149+178+143=470 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.70% from 470); Green value is 178 (69.92% from 255 or 37.87% from 470); Blue value is 143 (56.25% from 255 or 30.43% from 470); Max value from RGB is 178 - color contains mainly: green. Hex color #95B28F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95B28F is #6A4D70. Grayscale: #A5A5A5. Windows color (decimal): -6966641 or 9417365. OLE color: 9417365.

HSL color Cylindrical-coordinate representation of color #95B28F: hue angle of 109.71º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #95B28F is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 149 178 143 -
CMYK 0.16 0 0.20 0.30
HSL 109.71º 0.19% 0.63% -
HSV(B) 109.71º 0.2% 0.7% -
XYZ 33.27 40.21 31.99 -
YUV 165.34 115.39 116.35 -
System Red Green Blue C M Y K H S L
Decimal 149 178 143 0.16 0 0.20 0.30 109.71 0.19 0.63
Hex 95 B2 8F 10 0 14 1E 6E 13 3F
Octal 225 262 217 20 0 24 36 156 23 77
Binary 10010101 10110010 10001111 10000 0 10100 11110 1101110 10011 111111

Color Harmonies of #95B28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B28F

Black with #95B28F

Text Example


Text Example

White with #95B28F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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