#A4BE8D

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

Shades of Norway #A4BE8D

Tints of Norway #A4BE8D

Color information

#A4BE8D (or 0xA4BE8D) is unknown color: approx Norway. HEX triplet: A4, BE and 8D. RGB value is (164,190,141). Sum of RGB (Red+Green+Blue) = 164+190+141=495 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.13% from 495); Green value is 190 (74.61% from 255 or 38.38% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 190 - color contains mainly: green. Hex color #A4BE8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BE8D is #5B4172. Grayscale: #B0B0B0. Windows color (decimal): -5980531 or 9289380. OLE color: 9289380.

HSL color Cylindrical-coordinate representation of color #A4BE8D: hue angle of 91.84º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4BE8D is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB164190141-
CMYK0.1400.260.25
HSL91.84º27.37%64.9%-
HSV(B)91.84º25.79%74.51%-
XYZ38.5346.6432.17-
YUV176.64107.89118.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.13%
GREEN value IS 190 (74.61% from 255) = 38.38%
BLUE value IS 141 (55.47% from 255) = 28.48%
R=33.13%
G=38.38%
B=28.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641901410.1400.260.2591.8427.3764.9
HexA4BE8DE01A195c1b41
Octal244276215160323113433101
Binary1010010010111110100011011110011010110011011100110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BE8D; }

 p { color: rgb(164,190,141); }

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

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

 a { background-color: rgb(164,190,141); }

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

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

 span { border-color: rgb(164,190,141); }

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