Html Css Color HEX #9EB692 Norway

📋 copy color: '#9EB692'

red 158 ◦ green 182 ◦ blue 146

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

Shades of Norway #9EB692

Tints of Norway #9EB692

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.45%

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

R = 32.51%
G = 37.45%
B = 30.04%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#9EB692 (or 0x9EB692) is known color: Norway. HEX triplet: 9E, B6 and 92. RGB value is (158,182,146). Sum of RGB (Red+Green+Blue) = 158+182+146=486 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.51% from 486); Green value is 182 (71.48% from 255 or 37.45% from 486); Blue value is 146 (57.42% from 255 or 30.04% from 486); Max value from RGB is 182 - color contains mainly: green. Hex color #9EB692 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB692 is #61496D. Grayscale: #AAAAAA. Windows color (decimal): -6375790 or 9615006. OLE color: 9615006.

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

Color convert

RGB 158 182 146 -
CMYK 0.13 0 0.20 0.29
HSL 100º 0.2% 0.64% -
HSV(B) 100º 0.2% 0.71% -
XYZ 36.02 42.8 33.56 -
YUV 170.72 114.05 118.93 -
System Red Green Blue C M Y K H S L
Decimal 158 182 146 0.13 0 0.20 0.29 100 0.2 0.64
Hex 9E B6 92 D 0 14 1D 64 14 40
Octal 236 266 222 15 0 24 35 144 24 100
Binary 10011110 10110110 10010010 1101 0 10100 11101 1100100 10100 1000000

Color Harmonies of #9EB692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB692

Black with #9EB692

Text Example


Text Example

White with #9EB692

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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