#A4BE92

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

Shades of Norway #A4BE92

Tints of Norway #A4BE92

Color information

#A4BE92 (or 0xA4BE92) is unknown color: approx Norway. HEX triplet: A4, BE and 92. RGB value is (164,190,146). Sum of RGB (Red+Green+Blue) = 164+190+146=500 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.8% from 500); Green value is 190 (74.61% from 255 or 38% from 500); Blue value is 146 (57.42% from 255 or 29.2% from 500); Max value from RGB is 190 - color contains mainly: green. Hex color #A4BE92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BE92 is #5B416D. Grayscale: #B1B1B1. Windows color (decimal): -5980526 or 9617060. OLE color: 9617060.

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

Color convert

RGB164190146-
CMYK0.1400.230.25
HSL95.45º25.29%65.88%-
HSV(B)95.45º23.16%74.51%-
XYZ38.9146.7934.18-
YUV177.21110.39118.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.8%
GREEN value IS 190 (74.61% from 255) = 38%
BLUE value IS 146 (57.42% from 255) = 29.2%
R=32.8%
G=38%
B=29.2%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641901460.1400.230.2595.4525.2965.88
HexA4BE92E017195f1942
Octal244276222160273113731102
Binary1010010010111110100100101110010111110011011111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BE92; }

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

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

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

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

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

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

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

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