#A6BB8E

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

Shades of Norway #A6BB8E

Tints of Norway #A6BB8E

Color information

#A6BB8E (or 0xA6BB8E) is unknown color: approx Norway. HEX triplet: A6, BB and 8E. RGB value is (166,187,142). Sum of RGB (Red+Green+Blue) = 166+187+142=495 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.54% from 495); Green value is 187 (73.44% from 255 or 37.78% from 495); Blue value is 142 (55.86% from 255 or 28.69% from 495); Max value from RGB is 187 - color contains mainly: green. Hex color #A6BB8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BB8E is #594471. Grayscale: #AFAFAF. Windows color (decimal): -5850226 or 9354150. OLE color: 9354150.

HSL color Cylindrical-coordinate representation of color #A6BB8E: hue angle of 88º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6BB8E is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB166187142-
CMYK0.1100.240.27
HSL88º24.86%64.51%-
HSV(B)88º24.06%73.33%-
XYZ38.3845.632.37-
YUV175.59109.04121.16-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.54%
GREEN value IS 187 (73.44% from 255) = 37.78%
BLUE value IS 142 (55.86% from 255) = 28.69%
R=33.54%
G=37.78%
B=28.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661871420.1100.240.278824.8664.51
HexA6BB8EB0181B581941
Octal246273216130303313031101
Binary1010011010111011100011101011011000110111011000110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BB8E; }

 p { color: rgb(166,187,142); }

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

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

 a { background-color: rgb(166,187,142); }

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

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

 span { border-color: rgb(166,187,142); }

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