#A0BE89

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

Shades of Norway #A0BE89

Tints of Norway #A0BE89

Color information

#A0BE89 (or 0xA0BE89) is unknown color: approx Norway. HEX triplet: A0, BE and 89. RGB value is (160,190,137). Sum of RGB (Red+Green+Blue) = 160+190+137=487 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.85% from 487); Green value is 190 (74.61% from 255 or 39.01% from 487); Blue value is 137 (53.91% from 255 or 28.13% from 487); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BE89 is #5F4176. Grayscale: #AFAFAF. Windows color (decimal): -6242679 or 9027232. OLE color: 9027232.

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

Color convert

RGB160190137-
CMYK0.1600.280.25
HSL93.96º28.96%64.12%-
HSV(B)93.96º27.89%74.51%-
XYZ37.4346.1130.59-
YUV174.99106.56117.31-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.85%
GREEN value IS 190 (74.61% from 255) = 39.01%
BLUE value IS 137 (53.91% from 255) = 28.13%
R=32.85%
G=39.01%
B=28.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601901370.1600.280.2593.9628.9664.12
HexA0BE891001C195e1d40
Octal240276211200343113635100
Binary10100000101111101000100110000011100110011011110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BE89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BE89; }

 p { color: rgb(160,190,137); }

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

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

 a { background-color: rgb(160,190,137); }

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

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

 span { border-color: rgb(160,190,137); }

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