#A7C48B

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

Shades of Norway #A7C48B

Tints of Norway #A7C48B

Color information

#A7C48B (or 0xA7C48B) is unknown color: approx Norway. HEX triplet: A7, C4 and 8B. RGB value is (167,196,139). Sum of RGB (Red+Green+Blue) = 167+196+139=502 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.27% from 502); Green value is 196 (76.95% from 255 or 39.04% from 502); Blue value is 139 (54.69% from 255 or 27.69% from 502); Max value from RGB is 196 - color contains mainly: green. Hex color #A7C48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C48B is #583B74. Grayscale: #B5B5B5. Windows color (decimal): -5782389 or 9159847. OLE color: 9159847.

HSL color Cylindrical-coordinate representation of color #A7C48B: hue angle of 90.53º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7C48B is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB167196139-
CMYK0.1500.290.23
HSL90.53º32.57%65.69%-
HSV(B)90.53º29.08%76.86%-
XYZ40.3449.5631.87-
YUV180.83104.39118.13-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.27%
GREEN value IS 196 (76.95% from 255) = 39.04%
BLUE value IS 139 (54.69% from 255) = 27.69%
R=33.27%
G=39.04%
B=27.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1671961390.1500.290.2390.5332.5765.69
HexA7C48BF01D175b2142
Octal247304213170352713341102
Binary10100111110001001000101111110111011011110110111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C48B; }

 p { color: rgb(167,196,139); }

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

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

 a { background-color: rgb(167,196,139); }

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

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

 span { border-color: rgb(167,196,139); }

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