#A4BD87

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

Shades of Norway #A4BD87

Tints of Norway #A4BD87

Color information

#A4BD87 (or 0xA4BD87) is unknown color: approx Norway. HEX triplet: A4, BD and 87. RGB value is (164,189,135). Sum of RGB (Red+Green+Blue) = 164+189+135=488 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.61% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 135 (53.12% from 255 or 27.66% from 488); Max value from RGB is 189 - color contains mainly: green. Hex color #A4BD87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BD87 is #5B4278. Grayscale: #AFAFAF. Windows color (decimal): -5980793 or 8895908. OLE color: 8895908.

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

Color convert

RGB164189135-
CMYK0.1300.290.26
HSL87.78º29.03%63.53%-
HSV(B)87.78º28.57%74.12%-
XYZ37.8846.0429.81-
YUV175.37105.22119.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.61%
GREEN value IS 189 (74.22% from 255) = 38.73%
BLUE value IS 135 (53.12% from 255) = 27.66%
R=33.61%
G=38.73%
B=27.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641891350.1300.290.2687.7829.0363.53
HexA4BD87D01D1A581d40
Octal244275207150353213035100
Binary1010010010111101100001111101011101110101011000111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BD87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BD87; }

 p { color: rgb(164,189,135); }

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

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

 a { background-color: rgb(164,189,135); }

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

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

 span { border-color: rgb(164,189,135); }

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