#A7BE91

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

Shades of Norway #A7BE91

Tints of Norway #A7BE91

Color information

#A7BE91 (or 0xA7BE91) is unknown color: approx Norway. HEX triplet: A7, BE and 91. RGB value is (167,190,145). Sum of RGB (Red+Green+Blue) = 167+190+145=502 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.27% from 502); Green value is 190 (74.61% from 255 or 37.85% from 502); Blue value is 145 (57.03% from 255 or 28.88% from 502); Max value from RGB is 190 - color contains mainly: green. Hex color #A7BE91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BE91 is #58416E. Grayscale: #B2B2B2. Windows color (decimal): -5783919 or 9551527. OLE color: 9551527.

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

Color convert

RGB167190145-
CMYK0.1200.240.25
HSL90.67º25.71%65.69%-
HSV(B)90.67º23.68%74.51%-
XYZ39.4647.0933.8-
YUV177.99109.38120.16-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.27%
GREEN value IS 190 (74.61% from 255) = 37.85%
BLUE value IS 145 (57.03% from 255) = 28.88%
R=33.27%
G=37.85%
B=28.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671901450.1200.240.2590.6725.7165.69
HexA7BE91C018195b1a42
Octal247276221140303113332102
Binary1010011110111110100100011100011000110011011011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BE91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BE91; }

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

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

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

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

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

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

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

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