#a5bb84

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

Shades of Norway #A5BB84

Tints of Norway #A5BB84

Color information

#A5BB84 (or 0xA5BB84) is unknown color: approx Norway. HEX triplet: A5, BB and 84. RGB value is (165,187,132). Sum of RGB (Red+Green+Blue) = 165+187+132=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 187 (73.44% from 255 or 38.64% from 484); Blue value is 132 (51.95% from 255 or 27.27% from 484); Max value from RGB is 187 - color contains mainly: green. Hex color #A5BB84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BB84 is #5A447B. Grayscale: #AEAEAE. Windows color (decimal): -5915772 or 8698789. OLE color: 8698789.

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

Color convert

RGB165187132-
CMYK0.1200.290.27
HSL84º28.8%62.55%-
HSV(B)84º29.41%73.33%-
XYZ37.4545.2128.58-
YUV174.15104.21121.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.09%
GREEN value IS 187 (73.44% from 255) = 38.64%
BLUE value IS 132 (51.95% from 255) = 27.27%
R=34.09%
G=38.64%
B=27.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651871320.1200.290.278428.862.55
HexA5BB84C01D1B541d3f
Octal24527320414035331243577
Binary101001011011101110000100110001110111011101010011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5bb84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5bb84; }

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

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

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

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

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

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

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

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