Html Css Color HEX #9EB68E Norway

📋 copy color: '#9EB68E'

red 158 ◦ green 182 ◦ blue 142

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

Shades of Norway #9EB68E

Tints of Norway #9EB68E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.46%

R = 32.78%
G = 37.76%
B = 29.46%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#9EB68E (or 0x9EB68E) is known color: Norway. HEX triplet: 9E, B6 and 8E. RGB value is (158,182,142). Sum of RGB (Red+Green+Blue) = 158+182+142=482 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.78% from 482); Green value is 182 (71.48% from 255 or 37.76% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 182 - color contains mainly: green. Hex color #9EB68E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB68E is #614971. Grayscale: #AAAAAA. Windows color (decimal): -6375794 or 9352862. OLE color: 9352862.

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

Color convert

RGB 158 182 142 -
CMYK 0.13 0 0.22 0.29
HSL 96º 0.22% 0.64% -
HSV(B) 96º 0.22% 0.71% -
XYZ 35.71 42.68 31.95 -
YUV 170.26 112.05 119.25 -
System Red Green Blue C M Y K H S L
Decimal 158 182 142 0.13 0 0.22 0.29 96 0.22 0.64
Hex 9E B6 8E D 0 16 1D 60 16 40
Octal 236 266 216 15 0 26 35 140 26 100
Binary 10011110 10110110 10001110 1101 0 10110 11101 1100000 10110 1000000

Color Harmonies of #9EB68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB68E

Black with #9EB68E

Text Example


Text Example

White with #9EB68E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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