#A8BB97

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

Shades of Norway #A8BB97

Tints of Norway #A8BB97

Color information

#A8BB97 (or 0xA8BB97) is unknown color: approx Norway. HEX triplet: A8, BB and 97. RGB value is (168,187,151). Sum of RGB (Red+Green+Blue) = 168+187+151=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 187 (73.44% from 255 or 36.96% from 506); Blue value is 151 (59.38% from 255 or 29.84% from 506); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BB97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BB97 is #574468. Grayscale: #B1B1B1. Windows color (decimal): -5719145 or 9943976. OLE color: 9943976.

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

Color convert

RGB168187151-
CMYK0.1000.190.27
HSL91.67º20.93%66.27%-
HSV(B)91.67º19.25%73.33%-
XYZ39.546.136.09-
YUV177.21113.21121.43-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.20%
GREEN value IS 187 (73.44% from 255) = 36.96%
BLUE value IS 151 (59.38% from 255) = 29.84%
R=33.20%
G=36.96%
B=29.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681871510.1000.190.2791.6720.9366.27
HexA8BB97A0131B5c1542
Octal250273227120233313425102
Binary1010100010111011100101111010010011110111011100101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BB97; }

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

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

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

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

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

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

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

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