Html Css Color HEX #9EB882 Norway

📋 copy color: '#9EB882'

red 158 ◦ green 184 ◦ blue 130

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

Shades of Norway #9EB882

Tints of Norway #9EB882

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.98%

 BLUE value IS 130 (51.17% from 255) = 27.54%

R = 33.47%
G = 38.98%
B = 27.54%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#9EB882 (or 0x9EB882) is known color: Norway. HEX triplet: 9E, B8 and 82. RGB value is (158,184,130). Sum of RGB (Red+Green+Blue) = 158+184+130=472 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.47% from 472); Green value is 184 (72.27% from 255 or 38.98% from 472); Blue value is 130 (51.17% from 255 or 27.54% from 472); Max value from RGB is 184 - color contains mainly: green. Hex color #9EB882 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB882 is #61477D. Grayscale: #AAAAAA. Windows color (decimal): -6375294 or 8566942. OLE color: 8566942.

HSL color Cylindrical-coordinate representation of color #9EB882: hue angle of 88.89º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EB882 is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB 158 184 130 -
CMYK 0.14 0 0.29 0.28
HSL 88.89º 0.28% 0.62% -
HSV(B) 88.89º 0.29% 0.72% -
XYZ 35.27 43.16 27.59 -
YUV 170.07 105.39 119.39 -
System Red Green Blue C M Y K H S L
Decimal 158 184 130 0.14 0 0.29 0.28 88.89 0.28 0.62
Hex 9E B8 82 E 0 1D 1C 59 1C 3E
Octal 236 270 202 16 0 35 34 131 34 76
Binary 10011110 10111000 10000010 1110 0 11101 11100 1011001 11100 111110

Color Harmonies of #9EB882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB882

Black with #9EB882

Text Example


Text Example

White with #9EB882

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,184,130); }

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

background-color css

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

 a { background-color: rgb(158,184,130); }

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

border-color css

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

 span { border-color: rgb(158,184,130); }

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