#A7BE88

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

Shades of Norway #A7BE88

Tints of Norway #A7BE88

Color information

#A7BE88 (or 0xA7BE88) is unknown color: approx Norway. HEX triplet: A7, BE and 88. RGB value is (167,190,136). Sum of RGB (Red+Green+Blue) = 167+190+136=493 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.87% from 493); Green value is 190 (74.61% from 255 or 38.54% from 493); Blue value is 136 (53.52% from 255 or 27.59% from 493); Max value from RGB is 190 - color contains mainly: green. Hex color #A7BE88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BE88 is #584177. Grayscale: #B1B1B1. Windows color (decimal): -5783928 or 8961703. OLE color: 8961703.

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

Color convert

RGB167190136-
CMYK0.1200.280.25
HSL85.56º29.35%63.92%-
HSV(B)85.56º28.42%74.51%-
XYZ38.7946.8230.29-
YUV176.97104.88120.89-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.87%
GREEN value IS 190 (74.61% from 255) = 38.54%
BLUE value IS 136 (53.52% from 255) = 27.59%
R=33.87%
G=38.54%
B=27.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671901360.1200.280.2585.5629.3563.92
HexA7BE88C01C19561d40
Octal247276210140343112635100
Binary1010011110111110100010001100011100110011010110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BE88; }

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

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

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

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

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

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

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

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