#A6BF91

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

Shades of Norway #A6BF91

Tints of Norway #A6BF91

Color information

#A6BF91 (or 0xA6BF91) is unknown color: approx Norway. HEX triplet: A6, BF and 91. RGB value is (166,191,145). Sum of RGB (Red+Green+Blue) = 166+191+145=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 191 (75% from 255 or 38.05% from 502); Blue value is 145 (57.03% from 255 or 28.88% from 502); Max value from RGB is 191 - color contains mainly: green. Hex color #A6BF91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BF91 is #59406E. Grayscale: #B2B2B2. Windows color (decimal): -5849199 or 9551782. OLE color: 9551782.

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

Color convert

RGB166191145-
CMYK0.1300.240.25
HSL92.61º26.44%65.88%-
HSV(B)92.61º24.08%74.9%-
XYZ39.4747.4133.86-
YUV178.28109.22119.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.07%
GREEN value IS 191 (75% from 255) = 38.05%
BLUE value IS 145 (57.03% from 255) = 28.88%
R=33.07%
G=38.05%
B=28.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661911450.1300.240.2592.6126.4465.88
HexA6BF91D018195d1a42
Octal246277221150303113532102
Binary1010011010111111100100011101011000110011011101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BF91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BF91; }

 p { color: rgb(166,191,145); }

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

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

 a { background-color: rgb(166,191,145); }

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

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

 span { border-color: rgb(166,191,145); }

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