#A5BB83

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

Shades of Norway #A5BB83

Tints of Norway #A5BB83

Color information

#A5BB83 (or 0xA5BB83) is unknown color: approx Norway. HEX triplet: A5, BB and 83. RGB value is (165,187,131). Sum of RGB (Red+Green+Blue) = 165+187+131=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 187 (73.44% from 255 or 38.72% from 483); Blue value is 131 (51.56% from 255 or 27.12% from 483); Max value from RGB is 187 - color contains mainly: green. Hex color #A5BB83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BB83 is #5A447C. Grayscale: #AEAEAE. Windows color (decimal): -5915773 or 8633253. OLE color: 8633253.

HSL color Cylindrical-coordinate representation of color #A5BB83: hue angle of 83.57º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5BB83 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB165187131-
CMYK0.1200.300.27
HSL83.57º29.17%62.35%-
HSV(B)83.57º29.95%73.33%-
XYZ37.3845.1828.22-
YUV174.04103.71121.55-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.16%
GREEN value IS 187 (73.44% from 255) = 38.72%
BLUE value IS 131 (51.56% from 255) = 27.12%
R=34.16%
G=38.72%
B=27.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651871310.1200.300.2783.5729.1762.35
HexA5BB83C01E1B541d3e
Octal24527320314036331243576
Binary101001011011101110000011110001111011011101010011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BB83; }

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

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

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

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

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

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

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

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