#A7BC99

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

Shades of Norway #A7BC99

Tints of Norway #A7BC99

Color information

#A7BC99 (or 0xA7BC99) is unknown color: approx Norway. HEX triplet: A7, BC and 99. RGB value is (167,188,153). Sum of RGB (Red+Green+Blue) = 167+188+153=508 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.87% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 153 (60.16% from 255 or 30.12% from 508); Max value from RGB is 188 - color contains mainly: green. Hex color #A7BC99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BC99 is #584366. Grayscale: #B1B1B1. Windows color (decimal): -5784423 or 10075303. OLE color: 10075303.

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

Color convert

RGB167188153-
CMYK0.1100.190.26
HSL96º20.71%66.86%-
HSV(B)96º18.62%73.73%-
XYZ39.6746.4837.02-
YUV177.73114.04120.35-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.87%
GREEN value IS 188 (73.83% from 255) = 37.01%
BLUE value IS 153 (60.16% from 255) = 30.12%
R=32.87%
G=37.01%
B=30.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1671881530.1100.190.269620.7166.86
HexA7BC99B0131A601543
Octal247274231130233214025103
Binary1010011110111100100110011011010011110101100000101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BC99; }

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

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

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

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

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

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

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

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