#A8BC99

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

Shades of Norway #A8BC99

Tints of Norway #A8BC99

Color information

#A8BC99 (or 0xA8BC99) is unknown color: approx Norway. HEX triplet: A8, BC and 99. RGB value is (168,188,153). Sum of RGB (Red+Green+Blue) = 168+188+153=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 153 (60.16% from 255 or 30.06% from 509); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BC99 is #574366. Grayscale: #B2B2B2. Windows color (decimal): -5718887 or 10075304. OLE color: 10075304.

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

Color convert

RGB168188153-
CMYK0.1100.190.26
HSL94.29º20.71%66.86%-
HSV(B)94.29º18.62%73.73%-
XYZ39.8846.5937.03-
YUV178.03113.87120.85-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.01%
GREEN value IS 188 (73.83% from 255) = 36.94%
BLUE value IS 153 (60.16% from 255) = 30.06%
R=33.01%
G=36.94%
B=30.06%

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
Decimal1681881530.1100.190.2694.2920.7166.86
HexA8BC99B0131A5e1543
Octal250274231130233213625103
Binary1010100010111100100110011011010011110101011110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BC99; }

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

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

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

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

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

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

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

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