Html Css Color HEX #9EBB85 Norway

📋 copy color: '#9EBB85'

red 158 ◦ green 187 ◦ blue 133

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

Shades of Norway #9EBB85

Tints of Norway #9EBB85

RGB

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

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

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

R = 33.05%
G = 39.12%
B = 27.82%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#9EBB85 (or 0x9EBB85) is known color: Norway. HEX triplet: 9E, BB and 85. RGB value is (158,187,133). Sum of RGB (Red+Green+Blue) = 158+187+133=478 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.05% from 478); Green value is 187 (73.44% from 255 or 39.12% from 478); Blue value is 133 (52.34% from 255 or 27.82% from 478); Max value from RGB is 187 - color contains mainly: green. Hex color #9EBB85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBB85 is #61447A. Grayscale: #ACACAC. Windows color (decimal): -6374523 or 8764318. OLE color: 8764318.

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

Color convert

RGB 158 187 133 -
CMYK 0.16 0 0.29 0.27
HSL 92.22º 0.28% 0.63% -
HSV(B) 92.22º 0.29% 0.73% -
XYZ 36.1 44.5 28.88 -
YUV 172.17 105.89 117.89 -
System Red Green Blue C M Y K H S L
Decimal 158 187 133 0.16 0 0.29 0.27 92.22 0.28 0.63
Hex 9E BB 85 10 0 1D 1B 5C 1C 3F
Octal 236 273 205 20 0 35 33 134 34 77
Binary 10011110 10111011 10000101 10000 0 11101 11011 1011100 11100 111111

Color Harmonies of #9EBB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBB85

Black with #9EBB85

Text Example


Text Example

White with #9EBB85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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