Html Css Color HEX #9EAC84 Norway

📋 copy color: '#9EAC84'

red 158 ◦ green 172 ◦ blue 132

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

Shades of Norway #9EAC84

Tints of Norway #9EAC84

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.23%

 BLUE value IS 132 (51.95% from 255) = 28.57%

R = 34.2%
G = 37.23%
B = 28.57%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#9EAC84 (or 0x9EAC84) is known color: Norway. HEX triplet: 9E, AC and 84. RGB value is (158,172,132). Sum of RGB (Red+Green+Blue) = 158+172+132=462 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.20% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 132 (51.95% from 255 or 28.57% from 462); Max value from RGB is 172 - color contains mainly: green. Hex color #9EAC84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAC84 is #61537B. Grayscale: #A3A3A3. Windows color (decimal): -6378364 or 8694942. OLE color: 8694942.

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

Color convert

RGB 158 172 132 -
CMYK 0.08 0 0.23 0.33
HSL 81º 0.19% 0.6% -
HSV(B) 81º 0.23% 0.67% -
XYZ 33.02 38.44 27.51 -
YUV 163.25 110.36 124.25 -
System Red Green Blue C M Y K H S L
Decimal 158 172 132 0.08 0 0.23 0.33 81 0.19 0.6
Hex 9E AC 84 8 0 17 21 51 13 3C
Octal 236 254 204 10 0 27 41 121 23 74
Binary 10011110 10101100 10000100 1000 0 10111 100001 1010001 10011 111100

Color Harmonies of #9EAC84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAC84

Black with #9EAC84

Text Example


Text Example

White with #9EAC84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,172,132); }

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

background-color css

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

 a { background-color: rgb(158,172,132); }

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

border-color css

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

 span { border-color: rgb(158,172,132); }

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