#A7BE86

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

Shades of Norway #A7BE86

Tints of Norway #A7BE86

Color information

#A7BE86 (or 0xA7BE86) is unknown color: approx Norway. HEX triplet: A7, BE and 86. RGB value is (167,190,134). Sum of RGB (Red+Green+Blue) = 167+190+134=491 (65% of max value = 765). Red value is 167 (65.62% from 255 or 34.01% from 491); Green value is 190 (74.61% from 255 or 38.70% from 491); Blue value is 134 (52.73% from 255 or 27.29% from 491); Max value from RGB is 190 - color contains mainly: green. Hex color #A7BE86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BE86 is #584179. Grayscale: #B0B0B0. Windows color (decimal): -5783930 or 8830631. OLE color: 8830631.

HSL color Cylindrical-coordinate representation of color #A7BE86: hue angle of 84.64º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7BE86 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB167190134-
CMYK0.1200.290.25
HSL84.64º30.11%63.53%-
HSV(B)84.64º29.47%74.51%-
XYZ38.6546.7629.54-
YUV176.74103.88121.05-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.01%
GREEN value IS 190 (74.61% from 255) = 38.70%
BLUE value IS 134 (52.73% from 255) = 27.29%
R=34.01%
G=38.70%
B=27.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671901340.1200.290.2584.6430.1163.53
HexA7BE86C01D19551e40
Octal247276206140353112536100
Binary1010011110111110100001101100011101110011010101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BE86; }

 p { color: rgb(167,190,134); }

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

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

 a { background-color: rgb(167,190,134); }

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

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

 span { border-color: rgb(167,190,134); }

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