Html Css Color HEX #9EAF86 Norway

📋 copy color: '#9EAF86'

red 158 ◦ green 175 ◦ blue 134

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

Shades of Norway #9EAF86

Tints of Norway #9EAF86

RGB

 RED value IS 158 (62.11% from 255) = 33.83%

 GREEN value IS 175 (68.75% from 255) = 37.47%

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

R = 33.83%
G = 37.47%
B = 28.69%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#9EAF86 (or 0x9EAF86) is known color: Norway. HEX triplet: 9E, AF and 86. RGB value is (158,175,134). Sum of RGB (Red+Green+Blue) = 158+175+134=467 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.83% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 134 (52.73% from 255 or 28.69% from 467); Max value from RGB is 175 - color contains mainly: green. Hex color #9EAF86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAF86 is #615079. Grayscale: #A5A5A5. Windows color (decimal): -6377594 or 8826782. OLE color: 8826782.

HSL color Cylindrical-coordinate representation of color #9EAF86: hue angle of 84.88º 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 #9EAF86 is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 158 175 134 -
CMYK 0.10 0 0.23 0.31
HSL 84.88º 0.2% 0.61% -
HSV(B) 84.88º 0.23% 0.69% -
XYZ 33.73 39.65 28.43 -
YUV 165.24 110.37 122.83 -
System Red Green Blue C M Y K H S L
Decimal 158 175 134 0.10 0 0.23 0.31 84.88 0.2 0.61
Hex 9E AF 86 A 0 17 1F 55 14 3D
Octal 236 257 206 12 0 27 37 125 24 75
Binary 10011110 10101111 10000110 1010 0 10111 11111 1010101 10100 111101

Color Harmonies of #9EAF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAF86

Black with #9EAF86

Text Example


Text Example

White with #9EAF86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9EAF86; }

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

 H1.HeaderClassName
 {
   color: #9EAF86;
 }
 .AnyTagClassName
 {
   color: #9EAF86;
 }
</style>

background-color css

<style>
 a { background-color: #9EAF86; }

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

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

border-color css

<style>
 span { border-color: #9EAF86; }

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

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