Html Css Color HEX #95B68D Mantle

📋 copy color: '#95B68D'

red 149 ◦ green 182 ◦ blue 141

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

Shades of Mantle #95B68D

Tints of Mantle #95B68D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.56%

 BLUE value IS 141 (55.47% from 255) = 29.87%

R = 31.57%
G = 38.56%
B = 29.87%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#95B68D (or 0x95B68D) is known color: Mantle. HEX triplet: 95, B6 and 8D. RGB value is (149,182,141). Sum of RGB (Red+Green+Blue) = 149+182+141=472 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.57% from 472); Green value is 182 (71.48% from 255 or 38.56% from 472); Blue value is 141 (55.47% from 255 or 29.87% from 472); Max value from RGB is 182 - color contains mainly: green. Hex color #95B68D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B68D is #6A4972. Grayscale: #A7A7A7. Windows color (decimal): -6965619 or 9287317. OLE color: 9287317.

HSL color Cylindrical-coordinate representation of color #95B68D: hue angle of 108.29º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #95B68D is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 149 182 141 -
CMYK 0.18 0 0.23 0.29
HSL 108.29º 0.22% 0.63% -
HSV(B) 108.29º 0.23% 0.71% -
XYZ 33.93 41.77 31.47 -
YUV 167.46 113.07 114.83 -
System Red Green Blue C M Y K H S L
Decimal 149 182 141 0.18 0 0.23 0.29 108.29 0.22 0.63
Hex 95 B6 8D 12 0 17 1D 6C 16 3F
Octal 225 266 215 22 0 27 35 154 26 77
Binary 10010101 10110110 10001101 10010 0 10111 11101 1101100 10110 111111

Color Harmonies of #95B68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B68D

Black with #95B68D

Text Example


Text Example

White with #95B68D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,182,141); }

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

background-color css

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

 a { background-color: rgb(149,182,141); }

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

border-color css

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

 span { border-color: rgb(149,182,141); }

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