#A7C093

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

Shades of Norway #A7C093

Tints of Norway #A7C093

Color information

#A7C093 (or 0xA7C093) is unknown color: approx Norway. HEX triplet: A7, C0 and 93. RGB value is (167,192,147). Sum of RGB (Red+Green+Blue) = 167+192+147=506 (67% of max value = 765). Red value is 167 (65.62% from 255 or 33.00% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 147 (57.81% from 255 or 29.05% from 506); Max value from RGB is 192 - color contains mainly: green. Hex color #A7C093 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C093 is #583F6C. Grayscale: #B3B3B3. Windows color (decimal): -5783405 or 9683111. OLE color: 9683111.

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

Color convert

RGB167192147-
CMYK0.1300.230.25
HSL93.33º26.32%66.47%-
HSV(B)93.33º23.44%75.29%-
XYZ40.0548.0234.76-
YUV179.4109.72119.16-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.00%
GREEN value IS 192 (75.39% from 255) = 37.94%
BLUE value IS 147 (57.81% from 255) = 29.05%
R=33.00%
G=37.94%
B=29.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671921470.1300.230.2593.3326.3266.47
HexA7C093D017195d1a42
Octal247300223150273113532102
Binary1010011111000000100100111101010111110011011101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C093; }

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

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

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

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

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

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

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

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