#95B280

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

Shades of Olivine #95B280

Tints of Olivine #95B280

Color information

#95B280 (or 0x95B280) is unknown color: approx Olivine. HEX triplet: 95, B2 and 80. RGB value is (149,178,128). Sum of RGB (Red+Green+Blue) = 149+178+128=455 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.75% from 455); Green value is 178 (69.92% from 255 or 39.12% from 455); Blue value is 128 (50.39% from 255 or 28.13% from 455); Max value from RGB is 178 - color contains mainly: green. Hex color #95B280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95B280 is #6A4D7F. Grayscale: #A3A3A3. Windows color (decimal): -6966656 or 8434325. OLE color: 8434325.

HSL color Cylindrical-coordinate representation of color #95B280: hue angle of 94.8º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95B280 is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB149178128-
CMYK0.1600.280.30
HSL94.8º24.51%60%-
HSV(B)94.8º28.09%69.8%-
XYZ32.2139.7926.4-
YUV163.63107.89117.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.75%
GREEN value IS 178 (69.92% from 255) = 39.12%
BLUE value IS 128 (50.39% from 255) = 28.13%
R=32.75%
G=39.12%
B=28.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1491781280.1600.280.3094.824.5160
Hex95B2801001C1E5f193c
Octal22526220020034361373174
Binary1001010110110010100000001000001110011110101111111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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