#A5B694

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

Shades of Norway #A5B694

Tints of Norway #A5B694

Color information

#A5B694 (or 0xA5B694) is unknown color: approx Norway. HEX triplet: A5, B6 and 94. RGB value is (165,182,148). Sum of RGB (Red+Green+Blue) = 165+182+148=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 182 (71.48% from 255 or 36.77% from 495); Blue value is 148 (58.20% from 255 or 29.90% from 495); Max value from RGB is 182 - color contains mainly: green. Hex color #A5B694 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B694 is #5A496B. Grayscale: #ADADAD. Windows color (decimal): -5917036 or 9746085. OLE color: 9746085.

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

Color convert

RGB165182148-
CMYK0.0900.190.29
HSL90º18.89%64.71%-
HSV(B)90º18.68%71.37%-
XYZ37.5943.5934.45-
YUV173.04113.87122.26-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.33%
GREEN value IS 182 (71.48% from 255) = 36.77%
BLUE value IS 148 (58.20% from 255) = 29.90%
R=33.33%
G=36.77%
B=29.90%

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
Decimal1651821480.0900.190.299018.8964.71
HexA5B69490131D5a1341
Octal245266224110233513223101
Binary1010010110110110100101001001010011111011011010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B694; }

 p { color: rgb(165,182,148); }

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

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

 a { background-color: rgb(165,182,148); }

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

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

 span { border-color: rgb(165,182,148); }

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