Html Css Color HEX #9EBB88 Norway

📋 copy color: '#9EBB88'

red 158 ◦ green 187 ◦ blue 136

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

Shades of Norway #9EBB88

Tints of Norway #9EBB88

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.88%

 BLUE value IS 136 (53.52% from 255) = 28.27%

R = 32.85%
G = 38.88%
B = 28.27%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#9EBB88 (or 0x9EBB88) is known color: Norway. HEX triplet: 9E, BB and 88. RGB value is (158,187,136). Sum of RGB (Red+Green+Blue) = 158+187+136=481 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.85% from 481); Green value is 187 (73.44% from 255 or 38.88% from 481); Blue value is 136 (53.52% from 255 or 28.27% from 481); Max value from RGB is 187 - color contains mainly: green. Hex color #9EBB88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBB88 is #614477. Grayscale: #ACACAC. Windows color (decimal): -6374520 or 8960926. OLE color: 8960926.

HSL color Cylindrical-coordinate representation of color #9EBB88: hue angle of 94.12º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9EBB88 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB 158 187 136 -
CMYK 0.16 0 0.27 0.27
HSL 94.12º 0.27% 0.63% -
HSV(B) 94.12º 0.27% 0.73% -
XYZ 36.31 44.59 29.98 -
YUV 172.52 107.39 117.65 -
System Red Green Blue C M Y K H S L
Decimal 158 187 136 0.16 0 0.27 0.27 94.12 0.27 0.63
Hex 9E BB 88 10 0 1B 1B 5E 1B 3F
Octal 236 273 210 20 0 33 33 136 33 77
Binary 10011110 10111011 10001000 10000 0 11011 11011 1011110 11011 111111

Color Harmonies of #9EBB88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBB88

Black with #9EBB88

Text Example


Text Example

White with #9EBB88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,187,136); }

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

background-color css

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

 a { background-color: rgb(158,187,136); }

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

border-color css

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

 span { border-color: rgb(158,187,136); }

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