#A6B88B

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

Shades of Norway #A6B88B

Tints of Norway #A6B88B

Color information

#A6B88B (or 0xA6B88B) is unknown color: approx Norway. HEX triplet: A6, B8 and 8B. RGB value is (166,184,139). Sum of RGB (Red+Green+Blue) = 166+184+139=489 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.95% from 489); Green value is 184 (72.27% from 255 or 37.63% from 489); Blue value is 139 (54.69% from 255 or 28.43% from 489); Max value from RGB is 184 - color contains mainly: green. Hex color #A6B88B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B88B is #594774. Grayscale: #ADADAD. Windows color (decimal): -5850997 or 9156774. OLE color: 9156774.

HSL color Cylindrical-coordinate representation of color #A6B88B: hue angle of 84º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6B88B is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.28.

Color convert

RGB166184139-
CMYK0.1000.240.28
HSL84º24.06%63.33%-
HSV(B)84º24.46%72.16%-
XYZ37.5344.2530.99-
YUV173.49108.54122.66-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.95%
GREEN value IS 184 (72.27% from 255) = 37.63%
BLUE value IS 139 (54.69% from 255) = 28.43%
R=33.95%
G=37.63%
B=28.43%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1661841390.1000.240.288424.0663.33
HexA6B88BA0181C54183f
Octal24627021312030341243077
Binary101001101011100010001011101001100011100101010011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B88B; }

 p { color: rgb(166,184,139); }

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

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

 a { background-color: rgb(166,184,139); }

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

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

 span { border-color: rgb(166,184,139); }

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