Html Css Color HEX #95AD86 Norway

📋 copy color: '#95AD86'

red 149 ◦ green 173 ◦ blue 134

#95AD86
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Norway #95AD86

Tints of Norway #95AD86

RGB

 RED value IS 149 (58.59% from 255) = 32.68%

 GREEN value IS 173 (67.97% from 255) = 37.94%

 BLUE value IS 134 (52.73% from 255) = 29.39%

R = 32.68%
G = 37.94%
B = 29.39%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#95AD86 (or 0x95AD86) is known color: Norway. HEX triplet: 95, AD and 86. RGB value is (149,173,134). Sum of RGB (Red+Green+Blue) = 149+173+134=456 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.68% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 134 (52.73% from 255 or 29.39% from 456); Max value from RGB is 173 - color contains mainly: green. Hex color #95AD86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AD86 is #6A5279. Grayscale: #A1A1A1. Windows color (decimal): -6967930 or 8826261. OLE color: 8826261.

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

Color convert

RGB 149 173 134 -
CMYK 0.14 0 0.23 0.32
HSL 96.92º 0.19% 0.6% -
HSV(B) 96.92º 0.23% 0.68% -
XYZ 31.64 38 28.22 -
YUV 161.38 112.55 119.17 -
System Red Green Blue C M Y K H S L
Decimal 149 173 134 0.14 0 0.23 0.32 96.92 0.19 0.6
Hex 95 AD 86 E 0 17 20 61 13 3C
Octal 225 255 206 16 0 27 40 141 23 74
Binary 10010101 10101101 10000110 1110 0 10111 100000 1100001 10011 111100

Color Harmonies of #95AD86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95AD86

Black with #95AD86

Text Example


Text Example

White with #95AD86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #95AD86;
 }
 .AnyTagClassName
 {
   color: #95AD86;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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