#A8C18B

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

Shades of Norway #A8C18B

Tints of Norway #A8C18B

Color information

#A8C18B (or 0xA8C18B) is unknown color: approx Norway. HEX triplet: A8, C1 and 8B. RGB value is (168,193,139). Sum of RGB (Red+Green+Blue) = 168+193+139=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 193 (75.78% from 255 or 38.6% from 500); Blue value is 139 (54.69% from 255 or 27.8% from 500); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C18B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C18B is #573E74. Grayscale: #B3B3B3. Windows color (decimal): -5717621 or 9159080. OLE color: 9159080.

HSL color Cylindrical-coordinate representation of color #A8C18B: hue angle of 87.78º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8C18B is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB168193139-
CMYK0.1300.280.24
HSL87.78º30.34%65.1%-
HSV(B)87.78º27.98%75.69%-
XYZ39.8848.3331.65-
YUV179.37105.22119.89-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.6%
GREEN value IS 193 (75.78% from 255) = 38.6%
BLUE value IS 139 (54.69% from 255) = 27.8%
R=33.6%
G=38.6%
B=27.8%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1681931390.1300.280.2487.7830.3465.1
HexA8C18BD01C18581e41
Octal250301213150343013036101
Binary1010100011000001100010111101011100110001011000111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C18B; }

 p { color: rgb(168,193,139); }

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

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

 a { background-color: rgb(168,193,139); }

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

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

 span { border-color: rgb(168,193,139); }

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