Html Css Color HEX #9EB290 Norway

📋 copy color: '#9EB290'

red 158 ◦ green 178 ◦ blue 144

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

Shades of Norway #9EB290

Tints of Norway #9EB290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30%

R = 32.92%
G = 37.08%
B = 30%

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

#9EB290 (or 0x9EB290) is known color: Norway. HEX triplet: 9E, B2 and 90. RGB value is (158,178,144). Sum of RGB (Red+Green+Blue) = 158+178+144=480 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.92% from 480); Green value is 178 (69.92% from 255 or 37.08% from 480); Blue value is 144 (56.64% from 255 or 30% from 480); Max value from RGB is 178 - color contains mainly: green. Hex color #9EB290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EB290 is #614D6F. Grayscale: #A8A8A8. Windows color (decimal): -6376816 or 9482910. OLE color: 9482910.

HSL color Cylindrical-coordinate representation of color #9EB290: hue angle of 95.29º 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 #9EB290 is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB 158 178 144 -
CMYK 0.11 0 0.19 0.30
HSL 95.29º 0.18% 0.63% -
HSV(B) 95.29º 0.19% 0.7% -
XYZ 35.05 41.12 32.48 -
YUV 168.14 114.37 120.76 -
System Red Green Blue C M Y K H S L
Decimal 158 178 144 0.11 0 0.19 0.30 95.29 0.18 0.63
Hex 9E B2 90 B 0 13 1E 5F 12 3F
Octal 236 262 220 13 0 23 36 137 22 77
Binary 10011110 10110010 10010000 1011 0 10011 11110 1011111 10010 111111

Color Harmonies of #9EB290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB290

Black with #9EB290

Text Example


Text Example

White with #9EB290

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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