#95B46C

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

Shades of Olivine #95B46C

Tints of Olivine #95B46C

Color information

#95B46C (or 0x95B46C) is unknown color: approx Olivine. HEX triplet: 95, B4 and 6C. RGB value is (149,180,108). Sum of RGB (Red+Green+Blue) = 149+180+108=437 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.10% from 437); Green value is 180 (70.70% from 255 or 41.19% from 437); Blue value is 108 (42.58% from 255 or 24.71% from 437); Max value from RGB is 180 - color contains mainly: green. Hex color #95B46C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B46C is #6A4B93. Grayscale: #A2A2A2. Windows color (decimal): -6966164 or 7124117. OLE color: 7124117.

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

Color convert

RGB149180108-
CMYK0.1700.400.29
HSL85.83º32.43%56.47%-
HSV(B)85.83º40%70.59%-
XYZ31.4240.1120.27-
YUV162.5297.23118.35-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.10%
GREEN value IS 180 (70.70% from 255) = 41.19%
BLUE value IS 108 (42.58% from 255) = 24.71%
R=34.10%
G=41.19%
B=24.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1491801080.1700.400.2985.8332.4356.47
Hex95B46C110281D562038
Octal22526415421050351264070
Binary10010101101101001101100100010101000111011010110100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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