#95B863

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

Shades of Olivine #95B863

Tints of Olivine #95B863

Color information

#95B863 (or 0x95B863) is unknown color: approx Olivine. HEX triplet: 95, B8 and 63. RGB value is (149,184,99). Sum of RGB (Red+Green+Blue) = 149+184+99=432 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.49% from 432); Green value is 184 (72.27% from 255 or 42.59% from 432); Blue value is 99 (39.06% from 255 or 22.92% from 432); Max value from RGB is 184 - color contains mainly: green. Hex color #95B863 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B863 is #6A479C. Grayscale: #A4A4A4. Windows color (decimal): -6965149 or 6535317. OLE color: 6535317.

HSL color Cylindrical-coordinate representation of color #95B863: hue angle of 84.71º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #95B863 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.28.

Color convert

RGB14918499-
CMYK0.1900.460.28
HSL84.71º37.44%55.49%-
HSV(B)84.71º46.2%72.16%-
XYZ31.7941.5718.15-
YUV163.8491.4117.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.49%
GREEN value IS 184 (72.27% from 255) = 42.59%
BLUE value IS 99 (39.06% from 255) = 22.92%
R=34.49%
G=42.59%
B=22.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal149184990.1900.460.2884.7137.4455.49
Hex95B8631302E1C552537
Octal22527014323056341254567
Binary10010101101110001100011100110101110111001010101100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,184,99); }

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

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

 a { background-color: rgb(149,184,99); }

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

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

 span { border-color: rgb(149,184,99); }

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