#A8BF95

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

Shades of Norway #A8BF95

Tints of Norway #A8BF95

Color information

#A8BF95 (or 0xA8BF95) is unknown color: approx Norway. HEX triplet: A8, BF and 95. RGB value is (168,191,149). Sum of RGB (Red+Green+Blue) = 168+191+149=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 149 (58.59% from 255 or 29.33% from 508); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BF95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BF95 is #57406A. Grayscale: #B3B3B3. Windows color (decimal): -5718123 or 9813928. OLE color: 9813928.

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

Color convert

RGB168191149-
CMYK0.1200.220.25
HSL92.86º24.71%66.67%-
HSV(B)92.86º21.99%74.9%-
XYZ40.247.7635.53-
YUV179.33110.88119.92-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.07%
GREEN value IS 191 (75% from 255) = 37.60%
BLUE value IS 149 (58.59% from 255) = 29.33%
R=33.07%
G=37.60%
B=29.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681911490.1200.220.2592.8624.7166.67
HexA8BF95C016195d1943
Octal250277225140263113531103
Binary1010100010111111100101011100010110110011011101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BF95; }

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

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

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

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

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

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

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

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