Html Css Color HEX #9EB885 Norway

📋 copy color: '#9EB885'

red 158 ◦ green 184 ◦ blue 133

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

Shades of Norway #9EB885

Tints of Norway #9EB885

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.74%

 BLUE value IS 133 (52.34% from 255) = 28%

R = 33.26%
G = 38.74%
B = 28%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#9EB885 (or 0x9EB885) is known color: Norway. HEX triplet: 9E, B8 and 85. RGB value is (158,184,133). Sum of RGB (Red+Green+Blue) = 158+184+133=475 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.26% from 475); Green value is 184 (72.27% from 255 or 38.74% from 475); Blue value is 133 (52.34% from 255 or 28% from 475); Max value from RGB is 184 - color contains mainly: green. Hex color #9EB885 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB885 is #61477A. Grayscale: #AAAAAA. Windows color (decimal): -6375291 or 8763550. OLE color: 8763550.

HSL color Cylindrical-coordinate representation of color #9EB885: hue angle of 90.59º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9EB885 is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB 158 184 133 -
CMYK 0.14 0 0.28 0.28
HSL 90.59º 0.26% 0.62% -
HSV(B) 90.59º 0.28% 0.72% -
XYZ 35.47 43.24 28.67 -
YUV 170.41 106.89 119.15 -
System Red Green Blue C M Y K H S L
Decimal 158 184 133 0.14 0 0.28 0.28 90.59 0.26 0.62
Hex 9E B8 85 E 0 1C 1C 5B 1A 3E
Octal 236 270 205 16 0 34 34 133 32 76
Binary 10011110 10111000 10000101 1110 0 11100 11100 1011011 11010 111110

Color Harmonies of #9EB885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB885

Black with #9EB885

Text Example


Text Example

White with #9EB885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,184,133); }

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

background-color css

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

 a { background-color: rgb(158,184,133); }

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

border-color css

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

 span { border-color: rgb(158,184,133); }

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