#A0BC81

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

Shades of Norway #A0BC81

Tints of Norway #A0BC81

Color information

#A0BC81 (or 0xA0BC81) is unknown color: approx Norway. HEX triplet: A0, BC and 81. RGB value is (160,188,129). Sum of RGB (Red+Green+Blue) = 160+188+129=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 188 (73.83% from 255 or 39.41% from 477); Blue value is 129 (50.78% from 255 or 27.04% from 477); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BC81 is #5F437E. Grayscale: #ADADAD. Windows color (decimal): -6243199 or 8502432. OLE color: 8502432.

HSL color Cylindrical-coordinate representation of color #A0BC81: hue angle of 88.47º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0BC81 is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB160188129-
CMYK0.1500.310.26
HSL88.47º30.57%62.16%-
HSV(B)88.47º31.38%73.73%-
XYZ36.4445.0327.54-
YUV172.9103.22118.8-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.54%
GREEN value IS 188 (73.83% from 255) = 39.41%
BLUE value IS 129 (50.78% from 255) = 27.04%
R=33.54%
G=39.41%
B=27.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1601881290.1500.310.2688.4730.5762.16
HexA0BC81F01F1A581f3e
Octal24027420117037321303776
Binary101000001011110010000001111101111111010101100011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BC81; }

 p { color: rgb(160,188,129); }

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

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

 a { background-color: rgb(160,188,129); }

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

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

 span { border-color: rgb(160,188,129); }

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