#A8BD99

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

Shades of Norway #A8BD99

Tints of Norway #A8BD99

Color information

#A8BD99 (or 0xA8BD99) is unknown color: approx Norway. HEX triplet: A8, BD and 99. RGB value is (168,189,153). Sum of RGB (Red+Green+Blue) = 168+189+153=510 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.94% from 510); Green value is 189 (74.22% from 255 or 37.06% from 510); Blue value is 153 (60.16% from 255 or 30% from 510); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BD99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BD99 is #574266. Grayscale: #B2B2B2. Windows color (decimal): -5718631 or 10075560. OLE color: 10075560.

HSL color Cylindrical-coordinate representation of color #A8BD99: hue angle of 95º 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 #A8BD99 is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB168189153-
CMYK0.1100.190.26
HSL95º21.43%67.06%-
HSV(B)95º19.05%74.12%-
XYZ40.147.0237.1-
YUV178.62113.54120.43-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.94%
GREEN value IS 189 (74.22% from 255) = 37.06%
BLUE value IS 153 (60.16% from 255) = 30%
R=32.94%
G=37.06%
B=30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1681891530.1100.190.269521.4367.06
HexA8BD99B0131A5f1543
Octal250275231130233213725103
Binary1010100010111101100110011011010011110101011111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BD99; }

 p { color: rgb(168,189,153); }

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

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

 a { background-color: rgb(168,189,153); }

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

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

 span { border-color: rgb(168,189,153); }

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