#95C169

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

Shades of Olivine #95C169

Tints of Olivine #95C169

Color information

#95C169 (or 0x95C169) is unknown color: approx Olivine. HEX triplet: 95, C1 and 69. RGB value is (149,193,105). Sum of RGB (Red+Green+Blue) = 149+193+105=447 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.33% from 447); Green value is 193 (75.78% from 255 or 43.18% from 447); Blue value is 105 (41.41% from 255 or 23.49% from 447); Max value from RGB is 193 - color contains mainly: green. Hex color #95C169 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C169 is #6A3E96. Grayscale: #AAAAAA. Windows color (decimal): -6962839 or 6930837. OLE color: 6930837.

HSL color Cylindrical-coordinate representation of color #95C169: hue angle of 90º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #95C169 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB149193105-
CMYK0.2300.460.24
HSL90º41.51%58.43%-
HSV(B)90º45.6%75.69%-
XYZ34.0145.5520.36-
YUV169.8191.42113.16-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.33%
GREEN value IS 193 (75.78% from 255) = 43.18%
BLUE value IS 105 (41.41% from 255) = 23.49%
R=33.33%
G=43.18%
B=23.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1491931050.2300.460.249041.5158.43
Hex95C1691702E185a2a3a
Octal22530115127056301325272
Binary10010101110000011101001101110101110110001011010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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