Html Css Color HEX #9EBF8B Norway

📋 copy color: '#9EBF8B'

red 158 ◦ green 191 ◦ blue 139

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

Shades of Norway #9EBF8B

Tints of Norway #9EBF8B

RGB

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

 GREEN value IS 191 (75% from 255) = 39.14%

 BLUE value IS 139 (54.69% from 255) = 28.48%

R = 32.38%
G = 39.14%
B = 28.48%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#9EBF8B (or 0x9EBF8B) is known color: Norway. HEX triplet: 9E, BF and 8B. RGB value is (158,191,139). Sum of RGB (Red+Green+Blue) = 158+191+139=488 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.38% from 488); Green value is 191 (75% from 255 or 39.14% from 488); Blue value is 139 (54.69% from 255 or 28.48% from 488); Max value from RGB is 191 - color contains mainly: green. Hex color #9EBF8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBF8B is #614074. Grayscale: #AFAFAF. Windows color (decimal): -6373493 or 9158558. OLE color: 9158558.

HSL color Cylindrical-coordinate representation of color #9EBF8B: hue angle of 98.08º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9EBF8B is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 158 191 139 -
CMYK 0.17 0 0.27 0.25
HSL 98.08º 0.29% 0.65% -
HSV(B) 98.08º 0.27% 0.75% -
XYZ 37.39 46.39 31.41 -
YUV 175.21 107.57 115.73 -
System Red Green Blue C M Y K H S L
Decimal 158 191 139 0.17 0 0.27 0.25 98.08 0.29 0.65
Hex 9E BF 8B 11 0 1B 19 62 1D 41
Octal 236 277 213 21 0 33 31 142 35 101
Binary 10011110 10111111 10001011 10001 0 11011 11001 1100010 11101 1000001

Color Harmonies of #9EBF8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBF8B

Black with #9EBF8B

Text Example


Text Example

White with #9EBF8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,191,139); }

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

background-color css

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

 a { background-color: rgb(158,191,139); }

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

border-color css

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

 span { border-color: rgb(158,191,139); }

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