#95BD81

Color #95BD81 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #95BD81

Tints of Olivine #95BD81

Color information

#95BD81 (or 0x95BD81) is unknown color: approx Olivine. HEX triplet: 95, BD and 81. RGB value is (149,189,129). Sum of RGB (Red+Green+Blue) = 149+189+129=467 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.91% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 129 (50.78% from 255 or 27.62% from 467); Max value from RGB is 189 - color contains mainly: green. Hex color #95BD81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BD81 is #6A427E. Grayscale: #AAAAAA. Windows color (decimal): -6963839 or 8502677. OLE color: 8502677.

HSL color Cylindrical-coordinate representation of color #95BD81: hue angle of 100º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95BD81 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB149189129-
CMYK0.2100.320.26
HSL100º31.25%62.35%-
HSV(B)100º31.75%74.12%-
XYZ34.5544.3727.51-
YUV170.2104.75112.88-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.91%
GREEN value IS 189 (74.22% from 255) = 40.47%
BLUE value IS 129 (50.78% from 255) = 27.62%
R=31.91%
G=40.47%
B=27.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1491891290.2100.320.2610031.2562.35
Hex95BD81150201A641f3e
Octal22527520125040321443776
Binary10010101101111011000000110101010000011010110010011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BD81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #95BD81;
 }
 .AnyTagClassName
 {
   color: #95BD81;
 }
</style>
background-color css

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

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

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

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

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

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