#A9BE94

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

Shades of Norway #A9BE94

Tints of Norway #A9BE94

Color information

#A9BE94 (or 0xA9BE94) is unknown color: approx Norway. HEX triplet: A9, BE and 94. RGB value is (169,190,148). Sum of RGB (Red+Green+Blue) = 169+190+148=507 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.33% from 507); Green value is 190 (74.61% from 255 or 37.48% from 507); Blue value is 148 (58.20% from 255 or 29.19% from 507); Max value from RGB is 190 - color contains mainly: green. Hex color #A9BE94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BE94 is #56416B. Grayscale: #B3B3B3. Windows color (decimal): -5652844 or 9748137. OLE color: 9748137.

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

Color convert

RGB169190148-
CMYK0.1100.220.25
HSL90º24.42%66.27%-
HSV(B)90º22.11%74.51%-
XYZ40.1247.435.05-
YUV178.93110.54120.92-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.33%
GREEN value IS 190 (74.61% from 255) = 37.48%
BLUE value IS 148 (58.20% from 255) = 29.19%
R=33.33%
G=37.48%
B=29.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691901480.1100.220.259024.4266.27
HexA9BE94B016195a1842
Octal251276224130263113230102
Binary1010100110111110100101001011010110110011011010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BE94; }

 p { color: rgb(169,190,148); }

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

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

 a { background-color: rgb(169,190,148); }

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

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

 span { border-color: rgb(169,190,148); }

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