Html Css Color HEX #9EB492 Norway

📋 copy color: '#9EB492'

red 158 ◦ green 180 ◦ blue 146

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

Shades of Norway #9EB492

Tints of Norway #9EB492

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.19%

 BLUE value IS 146 (57.42% from 255) = 30.17%

R = 32.64%
G = 37.19%
B = 30.17%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#9EB492 (or 0x9EB492) is known color: Norway. HEX triplet: 9E, B4 and 92. RGB value is (158,180,146). Sum of RGB (Red+Green+Blue) = 158+180+146=484 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.64% from 484); Green value is 180 (70.70% from 255 or 37.19% from 484); Blue value is 146 (57.42% from 255 or 30.17% from 484); Max value from RGB is 180 - color contains mainly: green. Hex color #9EB492 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB492 is #614B6D. Grayscale: #A9A9A9. Windows color (decimal): -6376302 or 9614494. OLE color: 9614494.

HSL color Cylindrical-coordinate representation of color #9EB492: hue angle of 98.82º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9EB492 is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 158 180 146 -
CMYK 0.12 0 0.19 0.29
HSL 98.82º 0.18% 0.64% -
HSV(B) 98.82º 0.19% 0.71% -
XYZ 35.61 41.99 33.42 -
YUV 169.55 114.71 119.76 -
System Red Green Blue C M Y K H S L
Decimal 158 180 146 0.12 0 0.19 0.29 98.82 0.18 0.64
Hex 9E B4 92 C 0 13 1D 63 12 40
Octal 236 264 222 14 0 23 35 143 22 100
Binary 10011110 10110100 10010010 1100 0 10011 11101 1100011 10010 1000000

Color Harmonies of #9EB492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB492

Black with #9EB492

Text Example


Text Example

White with #9EB492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,180,146); }

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

background-color css

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

 a { background-color: rgb(158,180,146); }

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

border-color css

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

 span { border-color: rgb(158,180,146); }

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