#95BA81

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

Shades of Olivine #95BA81

Tints of Olivine #95BA81

Color information

#95BA81 (or 0x95BA81) is unknown color: approx Olivine. HEX triplet: 95, BA and 81. RGB value is (149,186,129). Sum of RGB (Red+Green+Blue) = 149+186+129=464 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.11% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 129 (50.78% from 255 or 27.80% from 464); Max value from RGB is 186 - color contains mainly: green. Hex color #95BA81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BA81 is #6A457E. Grayscale: #A8A8A8. Windows color (decimal): -6964607 or 8501909. OLE color: 8501909.

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

Color convert

RGB149186129-
CMYK0.2000.310.27
HSL98.95º29.23%61.76%-
HSV(B)98.95º30.65%72.94%-
XYZ33.9243.0927.3-
YUV168.44105.74114.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.11%
GREEN value IS 186 (73.05% from 255) = 40.09%
BLUE value IS 129 (50.78% from 255) = 27.80%
R=32.11%
G=40.09%
B=27.80%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1491861290.2000.310.2798.9529.2361.76
Hex95BA811401F1B631d3e
Octal22527220124037331433576
Binary1001010110111010100000011010001111111011110001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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