#A5BC8B

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

Shades of Norway #A5BC8B

Tints of Norway #A5BC8B

Color information

#A5BC8B (or 0xA5BC8B) is unknown color: approx Norway. HEX triplet: A5, BC and 8B. RGB value is (165,188,139). Sum of RGB (Red+Green+Blue) = 165+188+139=492 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.54% from 492); Green value is 188 (73.83% from 255 or 38.21% from 492); Blue value is 139 (54.69% from 255 or 28.25% from 492); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BC8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BC8B is #5A4374. Grayscale: #AFAFAF. Windows color (decimal): -5915509 or 9157797. OLE color: 9157797.

HSL color Cylindrical-coordinate representation of color #A5BC8B: hue angle of 88.16º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5BC8B is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB165188139-
CMYK0.1200.260.26
HSL88.16º26.78%64.12%-
HSV(B)88.16º26.06%73.73%-
XYZ38.1645.8331.26-
YUV175.54107.38120.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.54%
GREEN value IS 188 (73.83% from 255) = 38.21%
BLUE value IS 139 (54.69% from 255) = 28.25%
R=33.54%
G=38.21%
B=28.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651881390.1200.260.2688.1626.7864.12
HexA5BC8BC01A1A581b40
Octal245274213140323213033100
Binary1010010110111100100010111100011010110101011000110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BC8B; }

 p { color: rgb(165,188,139); }

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

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

 a { background-color: rgb(165,188,139); }

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

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

 span { border-color: rgb(165,188,139); }

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