#A9BC98

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

Shades of Norway #A9BC98

Tints of Norway #A9BC98

Color information

#A9BC98 (or 0xA9BC98) is unknown color: approx Norway. HEX triplet: A9, BC and 98. RGB value is (169,188,152). Sum of RGB (Red+Green+Blue) = 169+188+152=509 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.20% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 152 (59.77% from 255 or 29.86% from 509); Max value from RGB is 188 - color contains mainly: green. Hex color #A9BC98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BC98 is #564367. Grayscale: #B2B2B2. Windows color (decimal): -5653352 or 10009769. OLE color: 10009769.

HSL color Cylindrical-coordinate representation of color #A9BC98: hue angle of 91.67º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A9BC98 is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB169188152-
CMYK0.1000.190.26
HSL91.67º21.18%66.67%-
HSV(B)91.67º19.15%73.73%-
XYZ40.0146.6736.6-
YUV178.22113.21121.43-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.20%
GREEN value IS 188 (73.83% from 255) = 36.94%
BLUE value IS 152 (59.77% from 255) = 29.86%
R=33.20%
G=36.94%
B=29.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691881520.1000.190.2691.6721.1866.67
HexA9BC98A0131A5c1543
Octal251274230120233213425103
Binary1010100110111100100110001010010011110101011100101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BC98; }

 p { color: rgb(169,188,152); }

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

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

 a { background-color: rgb(169,188,152); }

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

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

 span { border-color: rgb(169,188,152); }

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