#95BD69

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

Shades of Olivine #95BD69

Tints of Olivine #95BD69

Color information

#95BD69 (or 0x95BD69) is unknown color: approx Olivine. HEX triplet: 95, BD and 69. RGB value is (149,189,105). Sum of RGB (Red+Green+Blue) = 149+189+105=443 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.63% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 105 (41.41% from 255 or 23.70% from 443); Max value from RGB is 189 - color contains mainly: green. Hex color #95BD69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95BD69 is #6A4296. Grayscale: #A7A7A7. Windows color (decimal): -6963863 or 6929813. OLE color: 6929813.

HSL color Cylindrical-coordinate representation of color #95BD69: hue angle of 88.57º 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 #95BD69 is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB149189105-
CMYK0.2100.440.26
HSL88.57º38.89%57.65%-
HSV(B)88.57º44.44%74.12%-
XYZ33.1443.820.07-
YUV167.4692.75114.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.63%
GREEN value IS 189 (74.22% from 255) = 42.66%
BLUE value IS 105 (41.41% from 255) = 23.70%
R=33.63%
G=42.66%
B=23.70%

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
Decimal1491891050.2100.440.2688.5738.8957.65
Hex95BD691502C1A59273a
Octal22527515125054321314772
Binary10010101101111011101001101010101100110101011001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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