#A4BB85

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

Shades of Norway #A4BB85

Tints of Norway #A4BB85

Color information

#A4BB85 (or 0xA4BB85) is unknown color: approx Norway. HEX triplet: A4, BB and 85. RGB value is (164,187,133). Sum of RGB (Red+Green+Blue) = 164+187+133=484 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.88% from 484); Green value is 187 (73.44% from 255 or 38.64% from 484); Blue value is 133 (52.34% from 255 or 27.48% from 484); Max value from RGB is 187 - color contains mainly: green. Hex color #A4BB85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BB85 is #5B447A. Grayscale: #AEAEAE. Windows color (decimal): -5981307 or 8764324. OLE color: 8764324.

HSL color Cylindrical-coordinate representation of color #A4BB85: hue angle of 85.56º degrees, saturation: 0.28, 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 #A4BB85 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB164187133-
CMYK0.1200.290.27
HSL85.56º28.42%62.75%-
HSV(B)85.56º28.88%73.33%-
XYZ37.3145.1328.93-
YUV173.97104.88120.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.88%
GREEN value IS 187 (73.44% from 255) = 38.64%
BLUE value IS 133 (52.34% from 255) = 27.48%
R=33.88%
G=38.64%
B=27.48%

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
Decimal1641871330.1200.290.2785.5628.4262.75
HexA4BB85C01D1B561c3f
Octal24427320514035331263477
Binary101001001011101110000101110001110111011101011011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BB85; }

 p { color: rgb(164,187,133); }

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

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

 a { background-color: rgb(164,187,133); }

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

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

 span { border-color: rgb(164,187,133); }

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