#A7BC90

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

Shades of Norway #A7BC90

Tints of Norway #A7BC90

Color information

#A7BC90 (or 0xA7BC90) is unknown color: approx Norway. HEX triplet: A7, BC and 90. RGB value is (167,188,144). Sum of RGB (Red+Green+Blue) = 167+188+144=499 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.47% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 144 (56.64% from 255 or 28.86% from 499); Max value from RGB is 188 - color contains mainly: green. Hex color #A7BC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BC90 is #58436F. Grayscale: #B0B0B0. Windows color (decimal): -5784432 or 9485479. OLE color: 9485479.

HSL color Cylindrical-coordinate representation of color #A7BC90: hue angle of 88.64º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A7BC90 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB167188144-
CMYK0.1100.230.26
HSL88.64º24.72%65.1%-
HSV(B)88.64º23.4%73.73%-
XYZ38.9546.233.25-
YUV176.7109.54121.08-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.47%
GREEN value IS 188 (73.83% from 255) = 37.68%
BLUE value IS 144 (56.64% from 255) = 28.86%
R=33.47%
G=37.68%
B=28.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1671881440.1100.230.2688.6424.7265.1
HexA7BC90B0171A591941
Octal247274220130273213131101
Binary1010011110111100100100001011010111110101011001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BC90; }

 p { color: rgb(167,188,144); }

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

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

 a { background-color: rgb(167,188,144); }

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

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

 span { border-color: rgb(167,188,144); }

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