#A6BF94

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

Shades of Norway #A6BF94

Tints of Norway #A6BF94

Color information

#A6BF94 (or 0xA6BF94) is unknown color: approx Norway. HEX triplet: A6, BF and 94. RGB value is (166,191,148). Sum of RGB (Red+Green+Blue) = 166+191+148=505 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.87% from 505); Green value is 191 (75% from 255 or 37.82% from 505); Blue value is 148 (58.20% from 255 or 29.31% from 505); Max value from RGB is 191 - color contains mainly: green. Hex color #A6BF94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BF94 is #59406B. Grayscale: #B2B2B2. Windows color (decimal): -5849196 or 9748390. OLE color: 9748390.

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

Color convert

RGB166191148-
CMYK0.1300.230.25
HSL94.88º25.15%66.47%-
HSV(B)94.88º22.51%74.9%-
XYZ39.747.5135.09-
YUV178.62110.72119-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.87%
GREEN value IS 191 (75% from 255) = 37.82%
BLUE value IS 148 (58.20% from 255) = 29.31%
R=32.87%
G=37.82%
B=29.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661911480.1300.230.2594.8825.1566.47
HexA6BF94D017195f1942
Octal246277224150273113731102
Binary1010011010111111100101001101010111110011011111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BF94; }

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

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

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

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

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

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

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

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