#A5BC84

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

Shades of Norway #A5BC84

Tints of Norway #A5BC84

Color information

#A5BC84 (or 0xA5BC84) is unknown color: approx Norway. HEX triplet: A5, BC and 84. RGB value is (165,188,132). Sum of RGB (Red+Green+Blue) = 165+188+132=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 132 (51.95% from 255 or 27.22% from 485); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BC84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BC84 is #5A437B. Grayscale: #AEAEAE. Windows color (decimal): -5915516 or 8699045. OLE color: 8699045.

HSL color Cylindrical-coordinate representation of color #A5BC84: hue angle of 84.64º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5BC84 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB165188132-
CMYK0.1200.300.26
HSL84.64º29.47%62.75%-
HSV(B)84.64º29.79%73.73%-
XYZ37.6745.6328.65-
YUV174.74103.88121.05-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.02%
GREEN value IS 188 (73.83% from 255) = 38.76%
BLUE value IS 132 (51.95% from 255) = 27.22%
R=34.02%
G=38.76%
B=27.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651881320.1200.300.2684.6429.4762.75
HexA5BC84C01E1A551d3f
Octal24527420414036321253577
Binary101001011011110010000100110001111011010101010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BC84; }

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

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

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

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

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

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

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

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