#A7C292

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

Shades of Norway #A7C292

Tints of Norway #A7C292

Color information

#A7C292 (or 0xA7C292) is unknown color: approx Norway. HEX triplet: A7, C2 and 92. RGB value is (167,194,146). Sum of RGB (Red+Green+Blue) = 167+194+146=507 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.94% from 507); Green value is 194 (76.17% from 255 or 38.26% from 507); Blue value is 146 (57.42% from 255 or 28.80% from 507); Max value from RGB is 194 - color contains mainly: green. Hex color #A7C292 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C292 is #583D6D. Grayscale: #B4B4B4. Windows color (decimal): -5782894 or 9618087. OLE color: 9618087.

HSL color Cylindrical-coordinate representation of color #A7C292: hue angle of 93.75º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A7C292 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB167194146-
CMYK0.1400.250.24
HSL93.75º28.24%66.67%-
HSV(B)93.75º24.74%76.08%-
XYZ40.4248.8734.5-
YUV180.46108.55118.4-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.94%
GREEN value IS 194 (76.17% from 255) = 38.26%
BLUE value IS 146 (57.42% from 255) = 28.80%
R=32.94%
G=38.26%
B=28.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1671941460.1400.250.2493.7528.2466.67
HexA7C292E019185e1c43
Octal247302222160313013634103
Binary1010011111000010100100101110011001110001011110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C292; }

 p { color: rgb(167,194,146); }

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

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

 a { background-color: rgb(167,194,146); }

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

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

 span { border-color: rgb(167,194,146); }

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