#A5B592

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

Shades of Norway #A5B592

Tints of Norway #A5B592

Color information

#A5B592 (or 0xA5B592) is unknown color: approx Norway. HEX triplet: A5, B5 and 92. RGB value is (165,181,146). Sum of RGB (Red+Green+Blue) = 165+181+146=492 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.54% from 492); Green value is 181 (71.09% from 255 or 36.79% from 492); Blue value is 146 (57.42% from 255 or 29.67% from 492); Max value from RGB is 181 - color contains mainly: green. Hex color #A5B592 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B592 is #5A4A6D. Grayscale: #ACACAC. Windows color (decimal): -5917294 or 9614757. OLE color: 9614757.

HSL color Cylindrical-coordinate representation of color #A5B592: hue angle of 87.43º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A5B592 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB165181146-
CMYK0.0900.190.29
HSL87.43º19.13%64.12%-
HSV(B)87.43º19.34%70.98%-
XYZ37.2343.1233.56-
YUV172.23113.2122.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.54%
GREEN value IS 181 (71.09% from 255) = 36.79%
BLUE value IS 146 (57.42% from 255) = 29.67%
R=33.54%
G=36.79%
B=29.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1651811460.0900.190.2987.4319.1364.12
HexA5B59290131D571340
Octal245265222110233512723100
Binary1010010110110101100100101001010011111011010111100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B592; }

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

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

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

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

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

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

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

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