#95BC5E

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

Shades of Olivine #95BC5E

Tints of Olivine #95BC5E

Color information

#95BC5E (or 0x95BC5E) is unknown color: approx Olivine. HEX triplet: 95, BC and 5E. RGB value is (149,188,94). Sum of RGB (Red+Green+Blue) = 149+188+94=431 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.57% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 94 (37.11% from 255 or 21.81% from 431); Max value from RGB is 188 - color contains mainly: green. Hex color #95BC5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95BC5E is #6A43A1. Grayscale: #A5A5A5. Windows color (decimal): -6964130 or 6208661. OLE color: 6208661.

HSL color Cylindrical-coordinate representation of color #95BC5E: hue angle of 84.89º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #95BC5E is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB14918894-
CMYK0.2100.500.26
HSL84.89º41.23%55.29%-
HSV(B)84.89º50%73.73%-
XYZ32.443.1617.21-
YUV165.6287.58116.14-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.57%
GREEN value IS 188 (73.83% from 255) = 43.62%
BLUE value IS 94 (37.11% from 255) = 21.81%
R=34.57%
G=43.62%
B=21.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal149188940.2100.500.2684.8941.2355.29
Hex95BC5E150321A552937
Octal22527413625062321255167
Binary10010101101111001011110101010110010110101010101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BC5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,188,94); }

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

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

 a { background-color: rgb(149,188,94); }

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

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

 span { border-color: rgb(149,188,94); }

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