#A8BC97

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

Shades of Norway #A8BC97

Tints of Norway #A8BC97

Color information

#A8BC97 (or 0xA8BC97) is unknown color: approx Norway. HEX triplet: A8, BC and 97. RGB value is (168,188,151). Sum of RGB (Red+Green+Blue) = 168+188+151=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 188 (73.83% from 255 or 37.08% from 507); Blue value is 151 (59.38% from 255 or 29.78% from 507); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BC97 is #574368. Grayscale: #B1B1B1. Windows color (decimal): -5718889 or 9944232. OLE color: 9944232.

HSL color Cylindrical-coordinate representation of color #A8BC97: hue angle of 92.43º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A8BC97 is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB168188151-
CMYK0.1100.200.26
HSL92.43º21.64%66.47%-
HSV(B)92.43º19.68%73.73%-
XYZ39.7246.5336.17-
YUV177.8112.87121.01-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.14%
GREEN value IS 188 (73.83% from 255) = 37.08%
BLUE value IS 151 (59.38% from 255) = 29.78%
R=33.14%
G=37.08%
B=29.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1681881510.1100.200.2692.4321.6466.47
HexA8BC97B0141A5c1642
Octal250274227130243213426102
Binary1010100010111100100101111011010100110101011100101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BC97; }

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

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

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

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

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

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

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

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