#A7C092

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

Shades of Norway #A7C092

Tints of Norway #A7C092

Color information

#A7C092 (or 0xA7C092) is unknown color: approx Norway. HEX triplet: A7, C0 and 92. RGB value is (167,192,146). Sum of RGB (Red+Green+Blue) = 167+192+146=505 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.07% from 505); Green value is 192 (75.39% from 255 or 38.02% from 505); Blue value is 146 (57.42% from 255 or 28.91% from 505); Max value from RGB is 192 - color contains mainly: green. Hex color #A7C092 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C092 is #583F6D. Grayscale: #B3B3B3. Windows color (decimal): -5783406 or 9617575. OLE color: 9617575.

HSL color Cylindrical-coordinate representation of color #A7C092: hue angle of 92.61º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A7C092 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB167192146-
CMYK0.1300.240.25
HSL92.61º26.74%66.27%-
HSV(B)92.61º23.96%75.29%-
XYZ39.9747.9934.35-
YUV179.28109.22119.24-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.07%
GREEN value IS 192 (75.39% from 255) = 38.02%
BLUE value IS 146 (57.42% from 255) = 28.91%
R=33.07%
G=38.02%
B=28.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671921460.1300.240.2592.6126.7466.27
HexA7C092D018195d1b42
Octal247300222150303113533102
Binary1010011111000000100100101101011000110011011101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C092; }

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

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

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

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

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

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

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

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