#A4B88F

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

Shades of Norway #A4B88F

Tints of Norway #A4B88F

Color information

#A4B88F (or 0xA4B88F) is unknown color: approx Norway. HEX triplet: A4, B8 and 8F. RGB value is (164,184,143). Sum of RGB (Red+Green+Blue) = 164+184+143=491 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.40% from 491); Green value is 184 (72.27% from 255 or 37.47% from 491); Blue value is 143 (56.25% from 255 or 29.12% from 491); Max value from RGB is 184 - color contains mainly: green. Hex color #A4B88F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B88F is #5B4770. Grayscale: #ADADAD. Windows color (decimal): -5982065 or 9418916. OLE color: 9418916.

HSL color Cylindrical-coordinate representation of color #A4B88F: hue angle of 89.27º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A4B88F is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB164184143-
CMYK0.1100.220.28
HSL89.27º22.4%64.12%-
HSV(B)89.27º22.28%72.16%-
XYZ37.4144.1632.54-
YUV173.35110.87121.33-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.40%
GREEN value IS 184 (72.27% from 255) = 37.47%
BLUE value IS 143 (56.25% from 255) = 29.12%
R=33.40%
G=37.47%
B=29.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1641841430.1100.220.2889.2722.464.12
HexA4B88FB0161C591640
Octal244270217130263413126100
Binary1010010010111000100011111011010110111001011001101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B88F; }

 p { color: rgb(164,184,143); }

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

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

 a { background-color: rgb(164,184,143); }

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

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

 span { border-color: rgb(164,184,143); }

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