#95C85E

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

Shades of Olivine #95C85E

Tints of Olivine #95C85E

Color information

#95C85E (or 0x95C85E) is unknown color: approx Olivine. HEX triplet: 95, C8 and 5E. RGB value is (149,200,94). Sum of RGB (Red+Green+Blue) = 149+200+94=443 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.63% from 443); Green value is 200 (78.52% from 255 or 45.15% from 443); Blue value is 94 (37.11% from 255 or 21.22% from 443); Max value from RGB is 200 - color contains mainly: green. Hex color #95C85E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C85E is #6A37A1. Grayscale: #ADADAD. Windows color (decimal): -6961058 or 6211733. OLE color: 6211733.

HSL color Cylindrical-coordinate representation of color #95C85E: hue angle of 88.87º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #95C85E is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB14920094-
CMYK0.2600.530.22
HSL88.87º49.07%57.65%-
HSV(B)88.87º53%78.43%-
XYZ35.0748.5118.1-
YUV172.6783.6111.12-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.63%
GREEN value IS 200 (78.52% from 255) = 45.15%
BLUE value IS 94 (37.11% from 255) = 21.22%
R=33.63%
G=45.15%
B=21.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal149200940.2600.530.2288.8749.0757.65
Hex95C85E1A0351659313a
Octal22531013632065261316172
Binary10010101110010001011110110100110101101101011001110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C85E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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