Html Css Color HEX #9EBC82 Norway

📋 copy color: '#9EBC82'

red 158 ◦ green 188 ◦ blue 130

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

Shades of Norway #9EBC82

Tints of Norway #9EBC82

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.5%

 BLUE value IS 130 (51.17% from 255) = 27.31%

R = 33.19%
G = 39.5%
B = 27.31%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#9EBC82 (or 0x9EBC82) is known color: Norway. HEX triplet: 9E, BC and 82. RGB value is (158,188,130). Sum of RGB (Red+Green+Blue) = 158+188+130=476 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.19% from 476); Green value is 188 (73.83% from 255 or 39.50% from 476); Blue value is 130 (51.17% from 255 or 27.31% from 476); Max value from RGB is 188 - color contains mainly: green. Hex color #9EBC82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBC82 is #61437D. Grayscale: #ACACAC. Windows color (decimal): -6374270 or 8567966. OLE color: 8567966.

HSL color Cylindrical-coordinate representation of color #9EBC82: hue angle of 91.03º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9EBC82 is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB 158 188 130 -
CMYK 0.16 0 0.31 0.26
HSL 91.03º 0.3% 0.62% -
HSV(B) 91.03º 0.31% 0.74% -
XYZ 36.11 44.85 27.87 -
YUV 172.42 104.06 117.72 -
System Red Green Blue C M Y K H S L
Decimal 158 188 130 0.16 0 0.31 0.26 91.03 0.3 0.62
Hex 9E BC 82 10 0 1F 1A 5B 1E 3E
Octal 236 274 202 20 0 37 32 133 36 76
Binary 10011110 10111100 10000010 10000 0 11111 11010 1011011 11110 111110

Color Harmonies of #9EBC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBC82

Black with #9EBC82

Text Example


Text Example

White with #9EBC82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,188,130); }

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

background-color css

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

 a { background-color: rgb(158,188,130); }

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

border-color css

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

 span { border-color: rgb(158,188,130); }

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