#A5BD88

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

Shades of Norway #A5BD88

Tints of Norway #A5BD88

Color information

#A5BD88 (or 0xA5BD88) is unknown color: approx Norway. HEX triplet: A5, BD and 88. RGB value is (165,189,136). Sum of RGB (Red+Green+Blue) = 165+189+136=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 136 (53.52% from 255 or 27.76% from 490); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BD88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BD88 is #5A4277. Grayscale: #AFAFAF. Windows color (decimal): -5915256 or 8961445. OLE color: 8961445.

HSL color Cylindrical-coordinate representation of color #A5BD88: hue angle of 87.17º 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 #A5BD88 is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB165189136-
CMYK0.1300.280.26
HSL87.17º28.65%63.73%-
HSV(B)87.17º28.04%74.12%-
XYZ38.1646.1730.19-
YUV175.78105.55120.31-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.67%
GREEN value IS 189 (74.22% from 255) = 38.57%
BLUE value IS 136 (53.52% from 255) = 27.76%
R=33.67%
G=38.57%
B=27.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651891360.1300.280.2687.1728.6563.73
HexA5BD88D01C1A571d40
Octal245275210150343212735100
Binary1010010110111101100010001101011100110101010111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BD88; }

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

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

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

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

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

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

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

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