#A7B88D

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

Shades of Norway #A7B88D

Tints of Norway #A7B88D

Color information

#A7B88D (or 0xA7B88D) is unknown color: approx Norway. HEX triplet: A7, B8 and 8D. RGB value is (167,184,141). Sum of RGB (Red+Green+Blue) = 167+184+141=492 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.94% from 492); Green value is 184 (72.27% from 255 or 37.40% from 492); Blue value is 141 (55.47% from 255 or 28.66% from 492); Max value from RGB is 184 - color contains mainly: green. Hex color #A7B88D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B88D is #584772. Grayscale: #AEAEAE. Windows color (decimal): -5785459 or 9287847. OLE color: 9287847.

HSL color Cylindrical-coordinate representation of color #A7B88D: hue angle of 83.72º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A7B88D is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB167184141-
CMYK0.0900.230.28
HSL83.72º23.24%63.73%-
HSV(B)83.72º23.37%72.16%-
XYZ37.8844.4231.78-
YUV174.02109.37123-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.94%
GREEN value IS 184 (72.27% from 255) = 37.40%
BLUE value IS 141 (55.47% from 255) = 28.66%
R=33.94%
G=37.40%
B=28.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1671841410.0900.230.2883.7223.2463.73
HexA7B88D90171C541740
Octal247270215110273412427100
Binary1010011110111000100011011001010111111001010100101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B88D; }

 p { color: rgb(167,184,141); }

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

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

 a { background-color: rgb(167,184,141); }

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

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

 span { border-color: rgb(167,184,141); }

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