#A8BF97

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

Shades of Norway #A8BF97

Tints of Norway #A8BF97

Color information

#A8BF97 (or 0xA8BF97) is unknown color: approx Norway. HEX triplet: A8, BF and 97. RGB value is (168,191,151). Sum of RGB (Red+Green+Blue) = 168+191+151=510 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.94% from 510); Green value is 191 (75% from 255 or 37.45% from 510); Blue value is 151 (59.38% from 255 or 29.61% from 510); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BF97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BF97 is #574068. Grayscale: #B3B3B3. Windows color (decimal): -5718121 or 9945000. OLE color: 9945000.

HSL color Cylindrical-coordinate representation of color #A8BF97: hue angle of 94.5º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8BF97 is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB168191151-
CMYK0.1200.210.25
HSL94.5º23.81%67.06%-
HSV(B)94.5º20.94%74.9%-
XYZ40.3747.8236.38-
YUV179.56111.88119.75-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.94%
GREEN value IS 191 (75% from 255) = 37.45%
BLUE value IS 151 (59.38% from 255) = 29.61%
R=32.94%
G=37.45%
B=29.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681911510.1200.210.2594.523.8167.06
HexA8BF97C015195e1843
Octal250277227140253113630103
Binary1010100010111111100101111100010101110011011110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BF97; }

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

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

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

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

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

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

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

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