#95BA6C

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

Shades of Olivine #95BA6C

Tints of Olivine #95BA6C

Color information

#95BA6C (or 0x95BA6C) is unknown color: approx Olivine. HEX triplet: 95, BA and 6C. RGB value is (149,186,108). Sum of RGB (Red+Green+Blue) = 149+186+108=443 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.63% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 108 (42.58% from 255 or 24.38% from 443); Max value from RGB is 186 - color contains mainly: green. Hex color #95BA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95BA6C is #6A4593. Grayscale: #A6A6A6. Windows color (decimal): -6964628 or 7125653. OLE color: 7125653.

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

Color convert

RGB149186108-
CMYK0.2000.420.27
HSL88.46º36.11%57.65%-
HSV(B)88.46º41.94%72.94%-
XYZ32.6642.5920.69-
YUV166.0495.24115.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.63%
GREEN value IS 186 (73.05% from 255) = 41.99%
BLUE value IS 108 (42.58% from 255) = 24.38%
R=33.63%
G=41.99%
B=24.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1491861080.2000.420.2788.4636.1157.65
Hex95BA6C1402A1B58243a
Octal22527215424052331304472
Binary10010101101110101101100101000101010110111011000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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