#A0BD88

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

Shades of Norway #A0BD88

Tints of Norway #A0BD88

Color information

#A0BD88 (or 0xA0BD88) is unknown color: approx Norway. HEX triplet: A0, BD and 88. RGB value is (160,189,136). Sum of RGB (Red+Green+Blue) = 160+189+136=485 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.99% from 485); Green value is 189 (74.22% from 255 or 38.97% from 485); Blue value is 136 (53.52% from 255 or 28.04% from 485); Max value from RGB is 189 - color contains mainly: green. Hex color #A0BD88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BD88 is #5F4277. Grayscale: #AEAEAE. Windows color (decimal): -6242936 or 8961440. OLE color: 8961440.

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

Color convert

RGB160189136-
CMYK0.1500.280.26
HSL92.83º28.65%63.73%-
HSV(B)92.83º28.04%74.12%-
XYZ37.1445.6530.15-
YUV174.29106.39117.81-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.99%
GREEN value IS 189 (74.22% from 255) = 38.97%
BLUE value IS 136 (53.52% from 255) = 28.04%
R=32.99%
G=38.97%
B=28.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1601891360.1500.280.2692.8328.6563.73
HexA0BD88F01C1A5d1d40
Octal240275210170343213535100
Binary1010000010111101100010001111011100110101011101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BD88; }

 p { color: rgb(160,189,136); }

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

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

 a { background-color: rgb(160,189,136); }

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

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

 span { border-color: rgb(160,189,136); }

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