Html Css Color HEX #95B68C Mantle

📋 copy color: '#95B68C'

red 149 ◦ green 182 ◦ blue 140

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

Shades of Mantle #95B68C

Tints of Mantle #95B68C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.72%

R = 31.63%
G = 38.64%
B = 29.72%

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

#95B68C (or 0x95B68C) is known color: Mantle. HEX triplet: 95, B6 and 8C. RGB value is (149,182,140). Sum of RGB (Red+Green+Blue) = 149+182+140=471 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.63% from 471); Green value is 182 (71.48% from 255 or 38.64% from 471); Blue value is 140 (55.08% from 255 or 29.72% from 471); Max value from RGB is 182 - color contains mainly: green. Hex color #95B68C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B68C is #6A4973. Grayscale: #A7A7A7. Windows color (decimal): -6965620 or 9221781. OLE color: 9221781.

HSL color Cylindrical-coordinate representation of color #95B68C: hue angle of 107.14º 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 #95B68C is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 149 182 140 -
CMYK 0.18 0 0.23 0.29
HSL 107.14º 0.22% 0.63% -
HSV(B) 107.14º 0.23% 0.71% -
XYZ 33.86 41.74 31.08 -
YUV 167.35 112.57 114.92 -
System Red Green Blue C M Y K H S L
Decimal 149 182 140 0.18 0 0.23 0.29 107.14 0.22 0.63
Hex 95 B6 8C 12 0 17 1D 6B 16 3F
Octal 225 266 214 22 0 27 35 153 26 77
Binary 10010101 10110110 10001100 10010 0 10111 11101 1101011 10110 111111

Color Harmonies of #95B68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B68C

Black with #95B68C

Text Example


Text Example

White with #95B68C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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