#A5BA84

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

Shades of Norway #A5BA84

Tints of Norway #A5BA84

Color information

#A5BA84 (or 0xA5BA84) is unknown color: approx Norway. HEX triplet: A5, BA and 84. RGB value is (165,186,132). Sum of RGB (Red+Green+Blue) = 165+186+132=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 132 (51.95% from 255 or 27.33% from 483); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BA84 is #5A457B. Grayscale: #ADADAD. Windows color (decimal): -5916028 or 8698533. OLE color: 8698533.

HSL color Cylindrical-coordinate representation of color #A5BA84: hue angle of 83.33º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5BA84 is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB165186132-
CMYK0.1100.290.27
HSL83.33º28.13%62.35%-
HSV(B)83.33º29.03%72.94%-
XYZ37.2444.7828.51-
YUV173.56104.54121.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.16%
GREEN value IS 186 (73.05% from 255) = 38.51%
BLUE value IS 132 (51.95% from 255) = 27.33%
R=34.16%
G=38.51%
B=27.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651861320.1100.290.2783.3328.1362.35
HexA5BA84B01D1B531c3e
Octal24527220413035331233476
Binary101001011011101010000100101101110111011101001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BA84; }

 p { color: rgb(165,186,132); }

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

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

 a { background-color: rgb(165,186,132); }

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

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

 span { border-color: rgb(165,186,132); }

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