#95B562

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

Shades of Olivine #95B562

Tints of Olivine #95B562

Color information

#95B562 (or 0x95B562) is unknown color: approx Olivine. HEX triplet: 95, B5 and 62. RGB value is (149,181,98). Sum of RGB (Red+Green+Blue) = 149+181+98=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 181 (71.09% from 255 or 42.29% from 428); Blue value is 98 (38.67% from 255 or 22.90% from 428); Max value from RGB is 181 - color contains mainly: green. Hex color #95B562 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B562 is #6A4A9D. Grayscale: #A2A2A2. Windows color (decimal): -6965918 or 6469013. OLE color: 6469013.

HSL color Cylindrical-coordinate representation of color #95B562: hue angle of 83.13º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #95B562 is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB14918198-
CMYK0.1800.460.29
HSL83.13º35.93%54.71%-
HSV(B)83.13º45.86%70.98%-
XYZ31.1240.3217.7-
YUV161.9791.9118.75-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.81%
GREEN value IS 181 (71.09% from 255) = 42.29%
BLUE value IS 98 (38.67% from 255) = 22.90%
R=34.81%
G=42.29%
B=22.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal149181980.1800.460.2983.1335.9354.71
Hex95B5621202E1D532437
Octal22526514222056351234467
Binary10010101101101011100010100100101110111011010011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,181,98); }

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

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

 a { background-color: rgb(149,181,98); }

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

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

 span { border-color: rgb(149,181,98); }

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