#a5bc89

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

Shades of Norway #A5BC89

Tints of Norway #A5BC89

Color information

#A5BC89 (or 0xA5BC89) is unknown color: approx Norway. HEX triplet: A5, BC and 89. RGB value is (165,188,137). Sum of RGB (Red+Green+Blue) = 165+188+137=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 188 (73.83% from 255 or 38.37% from 490); Blue value is 137 (53.91% from 255 or 27.96% from 490); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BC89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BC89 is #5A4376. Grayscale: #AFAFAF. Windows color (decimal): -5915511 or 9026725. OLE color: 9026725.

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

Color convert

RGB165188137-
CMYK0.1200.270.26
HSL87.06º27.57%63.73%-
HSV(B)87.06º27.13%73.73%-
XYZ38.0245.7730.5-
YUV175.31106.38120.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.67%
GREEN value IS 188 (73.83% from 255) = 38.37%
BLUE value IS 137 (53.91% from 255) = 27.96%
R=33.67%
G=38.37%
B=27.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651881370.1200.270.2687.0627.5763.73
HexA5BC89C01B1A571c40
Octal245274211140333212734100
Binary1010010110111100100010011100011011110101010111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5bc89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5bc89; }

 p { color: rgb(165,188,137); }

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

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

 a { background-color: rgb(165,188,137); }

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

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

 span { border-color: rgb(165,188,137); }

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