#A0BD83

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

Shades of Norway #A0BD83

Tints of Norway #A0BD83

Color information

#A0BD83 (or 0xA0BD83) is unknown color: approx Norway. HEX triplet: A0, BD and 83. RGB value is (160,189,131). Sum of RGB (Red+Green+Blue) = 160+189+131=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 189 (74.22% from 255 or 39.38% from 480); Blue value is 131 (51.56% from 255 or 27.29% from 480); Max value from RGB is 189 - color contains mainly: green. Hex color #A0BD83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BD83 is #5F427C. Grayscale: #ADADAD. Windows color (decimal): -6242941 or 8633760. OLE color: 8633760.

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

Color convert

RGB160189131-
CMYK0.1500.310.26
HSL90º30.53%62.75%-
HSV(B)90º30.69%74.12%-
XYZ36.7945.5128.32-
YUV173.72103.89118.22-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.33%
GREEN value IS 189 (74.22% from 255) = 39.38%
BLUE value IS 131 (51.56% from 255) = 27.29%
R=33.33%
G=39.38%
B=27.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1601891310.1500.310.269030.5362.75
HexA0BD83F01F1A5a1f3f
Octal24027520317037321323777
Binary101000001011110110000011111101111111010101101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BD83; }

 p { color: rgb(160,189,131); }

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

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

 a { background-color: rgb(160,189,131); }

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

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

 span { border-color: rgb(160,189,131); }

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