#A8C192

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

Shades of Norway #A8C192

Tints of Norway #A8C192

Color information

#A8C192 (or 0xA8C192) is unknown color: approx Norway. HEX triplet: A8, C1 and 92. RGB value is (168,193,146). Sum of RGB (Red+Green+Blue) = 168+193+146=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 193 (75.78% from 255 or 38.07% from 507); Blue value is 146 (57.42% from 255 or 28.80% from 507); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C192 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C192 is #573E6D. Grayscale: #B4B4B4. Windows color (decimal): -5717614 or 9617832. OLE color: 9617832.

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

Color convert

RGB168193146-
CMYK0.1300.240.24
HSL91.91º27.49%66.47%-
HSV(B)91.91º24.35%75.69%-
XYZ40.4148.5434.43-
YUV180.17108.72119.32-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.14%
GREEN value IS 193 (75.78% from 255) = 38.07%
BLUE value IS 146 (57.42% from 255) = 28.80%
R=33.14%
G=38.07%
B=28.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1681931460.1300.240.2491.9127.4966.47
HexA8C192D018185c1b42
Octal250301222150303013433102
Binary1010100011000001100100101101011000110001011100110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C192; }

 p { color: rgb(168,193,146); }

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

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

 a { background-color: rgb(168,193,146); }

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

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

 span { border-color: rgb(168,193,146); }

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