#A8B88C

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

Shades of Norway #A8B88C

Tints of Norway #A8B88C

Color information

#A8B88C (or 0xA8B88C) is unknown color: approx Norway. HEX triplet: A8, B8 and 8C. RGB value is (168,184,140). Sum of RGB (Red+Green+Blue) = 168+184+140=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 184 (72.27% from 255 or 37.40% from 492); Blue value is 140 (55.08% from 255 or 28.46% from 492); Max value from RGB is 184 - color contains mainly: green. Hex color #A8B88C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B88C is #574773. Grayscale: #AEAEAE. Windows color (decimal): -5719924 or 9222312. OLE color: 9222312.

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

Color convert

RGB168184140-
CMYK0.0900.240.28
HSL81.82º23.66%63.53%-
HSV(B)81.82º23.91%72.16%-
XYZ38.0244.531.4-
YUV174.2108.7123.58-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.15%
GREEN value IS 184 (72.27% from 255) = 37.40%
BLUE value IS 140 (55.08% from 255) = 28.46%
R=34.15%
G=37.40%
B=28.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1681841400.0900.240.2881.8223.6663.53
HexA8B88C90181C521840
Octal250270214110303412230100
Binary1010100010111000100011001001011000111001010010110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B88C; }

 p { color: rgb(168,184,140); }

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

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

 a { background-color: rgb(168,184,140); }

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

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

 span { border-color: rgb(168,184,140); }

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