#A0BF81

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

Shades of Norway #A0BF81

Tints of Norway #A0BF81

Color information

#A0BF81 (or 0xA0BF81) is unknown color: approx Norway. HEX triplet: A0, BF and 81. RGB value is (160,191,129). Sum of RGB (Red+Green+Blue) = 160+191+129=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 191 (75% from 255 or 39.79% from 480); Blue value is 129 (50.78% from 255 or 26.88% from 480); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BF81 is #5F407E. Grayscale: #AEAEAE. Windows color (decimal): -6242431 or 8503200. OLE color: 8503200.

HSL color Cylindrical-coordinate representation of color #A0BF81: hue angle of 90º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0BF81 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB160191129-
CMYK0.1600.320.25
HSL90º32.63%62.75%-
HSV(B)90º32.46%74.9%-
XYZ37.0946.3227.75-
YUV174.66102.23117.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.33%
GREEN value IS 191 (75% from 255) = 39.79%
BLUE value IS 129 (50.78% from 255) = 26.88%
R=33.33%
G=39.79%
B=26.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601911290.1600.320.259032.6362.75
HexA0BF8110020195a213f
Octal24027720120040311324177
Binary101000001011111110000001100000100000110011011010100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BF81; }

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

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

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

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

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

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

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

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