#A4BB8F

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

Shades of Norway #A4BB8F

Tints of Norway #A4BB8F

Color information

#A4BB8F (or 0xA4BB8F) is unknown color: approx Norway. HEX triplet: A4, BB and 8F. RGB value is (164,187,143). Sum of RGB (Red+Green+Blue) = 164+187+143=494 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.20% from 494); Green value is 187 (73.44% from 255 or 37.85% from 494); Blue value is 143 (56.25% from 255 or 28.95% from 494); Max value from RGB is 187 - color contains mainly: green. Hex color #A4BB8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BB8F is #5B4470. Grayscale: #AFAFAF. Windows color (decimal): -5981297 or 9419684. OLE color: 9419684.

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

Color convert

RGB164187143-
CMYK0.1200.240.27
HSL91.36º24.44%64.71%-
HSV(B)91.36º23.53%73.33%-
XYZ38.0445.4232.75-
YUV175.11109.88120.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.20%
GREEN value IS 187 (73.44% from 255) = 37.85%
BLUE value IS 143 (56.25% from 255) = 28.95%
R=33.20%
G=37.85%
B=28.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641871430.1200.240.2791.3624.4464.71
HexA4BB8FC0181B5b1841
Octal244273217140303313330101
Binary1010010010111011100011111100011000110111011011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BB8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BB8F; }

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

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

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

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

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

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

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

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