#A5BB96

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

Shades of Norway #A5BB96

Tints of Norway #A5BB96

Color information

#A5BB96 (or 0xA5BB96) is unknown color: approx Norway. HEX triplet: A5, BB and 96. RGB value is (165,187,150). Sum of RGB (Red+Green+Blue) = 165+187+150=502 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.87% from 502); Green value is 187 (73.44% from 255 or 37.25% from 502); Blue value is 150 (58.98% from 255 or 29.88% from 502); Max value from RGB is 187 - color contains mainly: green. Hex color #A5BB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BB96 is #5A4469. Grayscale: #B0B0B0. Windows color (decimal): -5915754 or 9878437. OLE color: 9878437.

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

Color convert

RGB165187150-
CMYK0.1200.200.27
HSL95.68º21.39%66.08%-
HSV(B)95.68º19.79%73.33%-
XYZ38.7945.7435.64-
YUV176.2113.21120.01-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.87%
GREEN value IS 187 (73.44% from 255) = 37.25%
BLUE value IS 150 (58.98% from 255) = 29.88%
R=32.87%
G=37.25%
B=29.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651871500.1200.200.2795.6821.3966.08
HexA5BB96C0141B601542
Octal245273226140243314025102
Binary1010010110111011100101101100010100110111100000101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BB96; }

 p { color: rgb(165,187,150); }

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

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

 a { background-color: rgb(165,187,150); }

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

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

 span { border-color: rgb(165,187,150); }

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