#95AC85

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

Shades of Norway #95AC85

Tints of Norway #95AC85

Color information

#95AC85 (or 0x95AC85) is unknown color: approx Norway. HEX triplet: 95, AC and 85. RGB value is (149,172,133). Sum of RGB (Red+Green+Blue) = 149+172+133=454 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.82% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 133 (52.34% from 255 or 29.30% from 454); Max value from RGB is 172 - color contains mainly: green. Hex color #95AC85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AC85 is #6A537A. Grayscale: #A0A0A0. Windows color (decimal): -6968187 or 8760469. OLE color: 8760469.

HSL color Cylindrical-coordinate representation of color #95AC85: hue angle of 95.38º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #95AC85 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB149172133-
CMYK0.1300.230.33
HSL95.38º19.02%59.8%-
HSV(B)95.38º22.67%67.45%-
XYZ31.3837.5927.79-
YUV160.68112.38119.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.82%
GREEN value IS 172 (67.58% from 255) = 37.89%
BLUE value IS 133 (52.34% from 255) = 29.30%
R=32.82%
G=37.89%
B=29.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491721330.1300.230.3395.3819.0259.8
Hex95AC85D017215f133c
Octal22525420515027411372374
Binary1001010110101100100001011101010111100001101111110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,172,133); }

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

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

 a { background-color: rgb(149,172,133); }

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

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

 span { border-color: rgb(149,172,133); }

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