#95BD6A

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

Shades of Olivine #95BD6A

Tints of Olivine #95BD6A

Color information

#95BD6A (or 0x95BD6A) is unknown color: approx Olivine. HEX triplet: 95, BD and 6A. RGB value is (149,189,106). Sum of RGB (Red+Green+Blue) = 149+189+106=444 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.56% from 444); Green value is 189 (74.22% from 255 or 42.57% from 444); Blue value is 106 (41.80% from 255 or 23.87% from 444); Max value from RGB is 189 - color contains mainly: green. Hex color #95BD6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95BD6A is #6A4295. Grayscale: #A7A7A7. Windows color (decimal): -6963862 or 6995349. OLE color: 6995349.

HSL color Cylindrical-coordinate representation of color #95BD6A: hue angle of 88.92º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #95BD6A is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB149189106-
CMYK0.2100.440.26
HSL88.92º38.6%57.84%-
HSV(B)88.92º43.92%74.12%-
XYZ33.1943.8320.35-
YUV167.5893.25114.75-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.56%
GREEN value IS 189 (74.22% from 255) = 42.57%
BLUE value IS 106 (41.80% from 255) = 23.87%
R=33.56%
G=42.57%
B=23.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1491891060.2100.440.2688.9238.657.84
Hex95BD6A1502C1A59273a
Octal22527515225054321314772
Binary10010101101111011101010101010101100110101011001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,189,106); }

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

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

 a { background-color: rgb(149,189,106); }

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

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

 span { border-color: rgb(149,189,106); }

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