#95AF86

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

Shades of Norway #95AF86

Tints of Norway #95AF86

Color information

#95AF86 (or 0x95AF86) is unknown color: approx Norway. HEX triplet: 95, AF and 86. RGB value is (149,175,134). Sum of RGB (Red+Green+Blue) = 149+175+134=458 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.53% from 458); Green value is 175 (68.75% from 255 or 38.21% from 458); Blue value is 134 (52.73% from 255 or 29.26% from 458); Max value from RGB is 175 - color contains mainly: green. Hex color #95AF86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AF86 is #6A5079. Grayscale: #A2A2A2. Windows color (decimal): -6967418 or 8826773. OLE color: 8826773.

HSL color Cylindrical-coordinate representation of color #95AF86: hue angle of 98.05º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #95AF86 is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB149175134-
CMYK0.1500.230.31
HSL98.05º20.4%60.59%-
HSV(B)98.05º23.43%68.63%-
XYZ32.0338.7728.35-
YUV162.55111.89118.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.53%
GREEN value IS 175 (68.75% from 255) = 38.21%
BLUE value IS 134 (52.73% from 255) = 29.26%
R=32.53%
G=38.21%
B=29.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1491751340.1500.230.3198.0520.460.59
Hex95AF86F0171F62143d
Octal22525720617027371422475
Binary100101011010111110000110111101011111111110001010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,175,134); }

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

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

 a { background-color: rgb(149,175,134); }

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

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

 span { border-color: rgb(149,175,134); }

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