#9ABC84

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

Shades of Norway #9ABC84

Tints of Norway #9ABC84

Color information

#9ABC84 (or 0x9ABC84) is unknown color: approx Norway. HEX triplet: 9A, BC and 84. RGB value is (154,188,132). Sum of RGB (Red+Green+Blue) = 154+188+132=474 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.49% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 132 (51.95% from 255 or 27.85% from 474); Max value from RGB is 188 - color contains mainly: green. Hex color #9ABC84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABC84 is #65437B. Grayscale: #ABABAB. Windows color (decimal): -6636412 or 8699034. OLE color: 8699034.

HSL color Cylindrical-coordinate representation of color #9ABC84: hue angle of 96.43º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ABC84 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB154188132-
CMYK0.1800.300.26
HSL96.43º29.47%62.75%-
HSV(B)96.43º29.79%73.73%-
XYZ35.4744.528.55-
YUV171.45105.74115.55-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.49%
GREEN value IS 188 (73.83% from 255) = 39.66%
BLUE value IS 132 (51.95% from 255) = 27.85%
R=32.49%
G=39.66%
B=27.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1541881320.1800.300.2696.4329.4762.75
Hex9ABC841201E1A601d3f
Octal23227420422036321403577
Binary1001101010111100100001001001001111011010110000011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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