#95B481

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

Shades of Olivine #95B481

Tints of Olivine #95B481

Color information

#95B481 (or 0x95B481) is unknown color: approx Olivine. HEX triplet: 95, B4 and 81. RGB value is (149,180,129). Sum of RGB (Red+Green+Blue) = 149+180+129=458 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.53% from 458); Green value is 180 (70.70% from 255 or 39.30% from 458); Blue value is 129 (50.78% from 255 or 28.17% from 458); Max value from RGB is 180 - color contains mainly: green. Hex color #95B481 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B481 is #6A4B7E. Grayscale: #A5A5A5. Windows color (decimal): -6966143 or 8500373. OLE color: 8500373.

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

Color convert

RGB149180129-
CMYK0.1700.280.29
HSL96.47º25.37%60.59%-
HSV(B)96.47º28.33%70.59%-
XYZ32.6840.6226.89-
YUV164.92107.73116.65-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.53%
GREEN value IS 180 (70.70% from 255) = 39.30%
BLUE value IS 129 (50.78% from 255) = 28.17%
R=32.53%
G=39.30%
B=28.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1491801290.1700.280.2996.4725.3760.59
Hex95B4811101C1D60193d
Octal22526420121034351403175
Binary1001010110110100100000011000101110011101110000011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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