Html Css Color HEX #95B981 Olivine

📋 copy color: '#95B981'

red 149 ◦ green 185 ◦ blue 129

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

Shades of Olivine #95B981

Tints of Olivine #95B981

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.96%

 BLUE value IS 129 (50.78% from 255) = 27.86%

R = 32.18%
G = 39.96%
B = 27.86%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#95B981 (or 0x95B981) is known color: Olivine. HEX triplet: 95, B9 and 81. RGB value is (149,185,129). Sum of RGB (Red+Green+Blue) = 149+185+129=463 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.18% from 463); Green value is 185 (72.66% from 255 or 39.96% from 463); Blue value is 129 (50.78% from 255 or 27.86% from 463); Max value from RGB is 185 - color contains mainly: green. Hex color #95B981 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B981 is #6A467E. Grayscale: #A8A8A8. Windows color (decimal): -6964863 or 8501653. OLE color: 8501653.

HSL color Cylindrical-coordinate representation of color #95B981: hue angle of 98.57º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95B981 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 185 129 -
CMYK 0.19 0 0.30 0.27
HSL 98.57º 0.29% 0.62% -
HSV(B) 98.57º 0.3% 0.73% -
XYZ 33.71 42.67 27.23 -
YUV 167.85 106.07 114.55 -
System Red Green Blue C M Y K H S L
Decimal 149 185 129 0.19 0 0.30 0.27 98.57 0.29 0.62
Hex 95 B9 81 13 0 1E 1B 63 1D 3E
Octal 225 271 201 23 0 36 33 143 35 76
Binary 10010101 10111001 10000001 10011 0 11110 11011 1100011 11101 111110

Color Harmonies of #95B981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B981

Black with #95B981

Text Example


Text Example

White with #95B981

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,185,129); }

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

background-color css

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

 a { background-color: rgb(149,185,129); }

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

border-color css

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

 span { border-color: rgb(149,185,129); }

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