Html Css Color HEX #95B292 Mantle

📋 copy color: '#95B292'

red 149 ◦ green 178 ◦ blue 146

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

Shades of Mantle #95B292

Tints of Mantle #95B292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.87%

R = 31.5%
G = 37.63%
B = 30.87%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#95B292 (or 0x95B292) is known color: Mantle. HEX triplet: 95, B2 and 92. RGB value is (149,178,146). Sum of RGB (Red+Green+Blue) = 149+178+146=473 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.50% from 473); Green value is 178 (69.92% from 255 or 37.63% from 473); Blue value is 146 (57.42% from 255 or 30.87% from 473); Max value from RGB is 178 - color contains mainly: green. Hex color #95B292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95B292 is #6A4D6D. Grayscale: #A5A5A5. Windows color (decimal): -6966638 or 9613973. OLE color: 9613973.

HSL color Cylindrical-coordinate representation of color #95B292: hue angle of 114.38º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #95B292 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB 149 178 146 -
CMYK 0.16 0 0.18 0.30
HSL 114.38º 0.17% 0.64% -
HSV(B) 114.38º 0.18% 0.7% -
XYZ 33.5 40.31 33.21 -
YUV 165.68 116.89 116.1 -
System Red Green Blue C M Y K H S L
Decimal 149 178 146 0.16 0 0.18 0.30 114.38 0.17 0.64
Hex 95 B2 92 10 0 12 1E 72 11 40
Octal 225 262 222 20 0 22 36 162 21 100
Binary 10010101 10110010 10010010 10000 0 10010 11110 1110010 10001 1000000

Color Harmonies of #95B292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B292

Black with #95B292

Text Example


Text Example

White with #95B292

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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