#95B480

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

Shades of Olivine #95B480

Tints of Olivine #95B480

Color information

#95B480 (or 0x95B480) is unknown color: approx Olivine. HEX triplet: 95, B4 and 80. RGB value is (149,180,128). Sum of RGB (Red+Green+Blue) = 149+180+128=457 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.60% from 457); Green value is 180 (70.70% from 255 or 39.39% from 457); Blue value is 128 (50.39% from 255 or 28.01% from 457); Max value from RGB is 180 - color contains mainly: green. Hex color #95B480 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B480 is #6A4B7F. Grayscale: #A4A4A4. Windows color (decimal): -6966144 or 8434837. OLE color: 8434837.

HSL color Cylindrical-coordinate representation of color #95B480: hue angle of 95.77º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95B480 is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB149180128-
CMYK0.1700.290.29
HSL95.77º25.74%60.39%-
HSV(B)95.77º28.89%70.59%-
XYZ32.6140.5926.54-
YUV164.8107.23116.73-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.60%
GREEN value IS 180 (70.70% from 255) = 39.39%
BLUE value IS 128 (50.39% from 255) = 28.01%
R=32.60%
G=39.39%
B=28.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1491801280.1700.290.2995.7725.7460.39
Hex95B4801101D1D601a3c
Octal22526420021035351403274
Binary1001010110110100100000001000101110111101110000011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,180,128); }

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

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

 a { background-color: rgb(149,180,128); }

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

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

 span { border-color: rgb(149,180,128); }

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