#A5C292

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

Shades of Norway #A5C292

Tints of Norway #A5C292

Color information

#A5C292 (or 0xA5C292) is unknown color: approx Norway. HEX triplet: A5, C2 and 92. RGB value is (165,194,146). Sum of RGB (Red+Green+Blue) = 165+194+146=505 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.67% from 505); Green value is 194 (76.17% from 255 or 38.42% from 505); Blue value is 146 (57.42% from 255 or 28.91% from 505); Max value from RGB is 194 - color contains mainly: green. Hex color #A5C292 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C292 is #5A3D6D. Grayscale: #B4B4B4. Windows color (decimal): -5913966 or 9618085. OLE color: 9618085.

HSL color Cylindrical-coordinate representation of color #A5C292: hue angle of 96.25º 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 #A5C292 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB165194146-
CMYK0.1500.250.24
HSL96.25º28.24%66.67%-
HSV(B)96.25º24.74%76.08%-
XYZ4048.6634.48-
YUV179.86108.89117.4-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.67%
GREEN value IS 194 (76.17% from 255) = 38.42%
BLUE value IS 146 (57.42% from 255) = 28.91%
R=32.67%
G=38.42%
B=28.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651941460.1500.250.2496.2528.2466.67
HexA5C292F01918601c43
Octal245302222170313014034103
Binary1010010111000010100100101111011001110001100000111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C292; }

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

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

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

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

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

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

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

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