#9AB984

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

Shades of Norway #9AB984

Tints of Norway #9AB984

Color information

#9AB984 (or 0x9AB984) is unknown color: approx Norway. HEX triplet: 9A, B9 and 84. RGB value is (154,185,132). Sum of RGB (Red+Green+Blue) = 154+185+132=471 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.70% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 132 (51.95% from 255 or 28.03% from 471); Max value from RGB is 185 - color contains mainly: green. Hex color #9AB984 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB984 is #65467B. Grayscale: #A9A9A9. Windows color (decimal): -6637180 or 8698266. OLE color: 8698266.

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

Color convert

RGB154185132-
CMYK0.1700.290.27
HSL95.09º27.46%62.16%-
HSV(B)95.09º28.65%72.55%-
XYZ34.8443.2328.34-
YUV169.69106.73116.81-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.70%
GREEN value IS 185 (72.66% from 255) = 39.28%
BLUE value IS 132 (51.95% from 255) = 28.03%
R=32.70%
G=39.28%
B=28.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1541851320.1700.290.2795.0927.4662.16
Hex9AB9841101D1B5f1b3e
Octal23227120421035331373376
Binary1001101010111001100001001000101110111011101111111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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