#A9C792

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

Shades of Norway #A9C792

Tints of Norway #A9C792

Color information

#A9C792 (or 0xA9C792) is unknown color: approx Norway. HEX triplet: A9, C7 and 92. RGB value is (169,199,146). Sum of RGB (Red+Green+Blue) = 169+199+146=514 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.88% from 514); Green value is 199 (78.12% from 255 or 38.72% from 514); Blue value is 146 (57.42% from 255 or 28.40% from 514); Max value from RGB is 199 - color contains mainly: green. Hex color #A9C792 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C792 is #56386D. Grayscale: #B8B8B8. Windows color (decimal): -5650542 or 9619369. OLE color: 9619369.

HSL color Cylindrical-coordinate representation of color #A9C792: hue angle of 93.96º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A9C792 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB169199146-
CMYK0.1500.270.22
HSL93.96º32.12%67.65%-
HSV(B)93.96º26.63%78.04%-
XYZ41.9751.3634.89-
YUV183.99106.56117.31-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.88%
GREEN value IS 199 (78.12% from 255) = 38.72%
BLUE value IS 146 (57.42% from 255) = 28.40%
R=32.88%
G=38.72%
B=28.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1691991460.1500.270.2293.9632.1267.65
HexA9C792F01B165e2044
Octal251307222170332613640104
Binary10101001110001111001001011110110111011010111101000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C792; }

 p { color: rgb(169,199,146); }

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

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

 a { background-color: rgb(169,199,146); }

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

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

 span { border-color: rgb(169,199,146); }

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