Html Css Color HEX #9EB291 Norway

📋 copy color: '#9EB291'

red 158 ◦ green 178 ◦ blue 145

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

Shades of Norway #9EB291

Tints of Norway #9EB291

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.01%

 BLUE value IS 145 (57.03% from 255) = 30.15%

R = 32.85%
G = 37.01%
B = 30.15%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#9EB291 (or 0x9EB291) is known color: Norway. HEX triplet: 9E, B2 and 91. RGB value is (158,178,145). Sum of RGB (Red+Green+Blue) = 158+178+145=481 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.85% from 481); Green value is 178 (69.92% from 255 or 37.01% from 481); Blue value is 145 (57.03% from 255 or 30.15% from 481); Max value from RGB is 178 - color contains mainly: green. Hex color #9EB291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EB291 is #614D6E. Grayscale: #A8A8A8. Windows color (decimal): -6376815 or 9548446. OLE color: 9548446.

HSL color Cylindrical-coordinate representation of color #9EB291: hue angle of 96.36º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9EB291 is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB 158 178 145 -
CMYK 0.11 0 0.19 0.30
HSL 96.36º 0.18% 0.63% -
HSV(B) 96.36º 0.19% 0.7% -
XYZ 35.13 41.15 32.88 -
YUV 168.26 114.87 120.68 -
System Red Green Blue C M Y K H S L
Decimal 158 178 145 0.11 0 0.19 0.30 96.36 0.18 0.63
Hex 9E B2 91 B 0 13 1E 60 12 3F
Octal 236 262 221 13 0 23 36 140 22 77
Binary 10011110 10110010 10010001 1011 0 10011 11110 1100000 10010 111111

Color Harmonies of #9EB291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB291

Black with #9EB291

Text Example


Text Example

White with #9EB291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,178,145); }

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

background-color css

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

 a { background-color: rgb(158,178,145); }

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

border-color css

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

 span { border-color: rgb(158,178,145); }

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