#A5BA98

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

Shades of Norway #A5BA98

Tints of Norway #A5BA98

Color information

#A5BA98 (or 0xA5BA98) is unknown color: approx Norway. HEX triplet: A5, BA and 98. RGB value is (165,186,152). Sum of RGB (Red+Green+Blue) = 165+186+152=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 152 (59.77% from 255 or 30.22% from 503); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BA98 is #5A4567. Grayscale: #AFAFAF. Windows color (decimal): -5916008 or 10009253. OLE color: 10009253.

HSL color Cylindrical-coordinate representation of color #A5BA98: hue angle of 97.06º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A5BA98 is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB165186152-
CMYK0.1100.180.27
HSL97.06º19.77%66.27%-
HSV(B)97.06º18.28%72.94%-
XYZ38.7445.3836.42-
YUV175.84114.54120.26-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.80%
GREEN value IS 186 (73.05% from 255) = 36.98%
BLUE value IS 152 (59.77% from 255) = 30.22%
R=32.80%
G=36.98%
B=30.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651861520.1100.180.2797.0619.7766.27
HexA5BA98B0121B611442
Octal245272230130223314124102
Binary1010010110111010100110001011010010110111100001101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BA98; }

 p { color: rgb(165,186,152); }

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

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

 a { background-color: rgb(165,186,152); }

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

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

 span { border-color: rgb(165,186,152); }

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