#9abc82

Color #9ABC82 Norway (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Norway #9ABC82

Tints of Norway #9ABC82

Color information

#9ABC82 (or 0x9ABC82) is unknown color: approx Norway. HEX triplet: 9A, BC and 82. RGB value is (154,188,130). Sum of RGB (Red+Green+Blue) = 154+188+130=472 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.63% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 130 (51.17% from 255 or 27.54% from 472); Max value from RGB is 188 - color contains mainly: green. Hex color #9ABC82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABC82 is #65437D. Grayscale: #ABABAB. Windows color (decimal): -6636414 or 8567962. OLE color: 8567962.

HSL color Cylindrical-coordinate representation of color #9ABC82: hue angle of 95.17º 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 #9ABC82 is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB154188130-
CMYK0.1800.310.26
HSL95.17º30.21%62.35%-
HSV(B)95.17º30.85%73.73%-
XYZ35.3444.4527.84-
YUV171.22104.74115.72-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.63%
GREEN value IS 188 (73.83% from 255) = 39.83%
BLUE value IS 130 (51.17% from 255) = 27.54%
R=32.63%
G=39.83%
B=27.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1541881300.1800.310.2695.1730.2162.35
Hex9ABC821201F1A5f1e3e
Octal23227420222037321373676
Binary1001101010111100100000101001001111111010101111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9abc82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9abc82;
 }
 .AnyTagClassName
 {
   color: #9abc82;
 }
</style>
background-color css

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

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

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

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

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

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